Prefixes using Css Stylus

2

Hello,
I'm starting to use css Stylus and I'm having trouble adding browsers prefixes. Is there an autoprefixer that automatically adds everything or do I have to do everything manually?

Thank you.


Note: I tried to use this link , but an installation error occurred via npm ( npm ERR! Windows_NT 10.0.10240 )

    
asked by anonymous 30.11.2015 / 20:07

1 answer

0

I found a library for the prefixes, it is called nib , I had seen it but did not know how to use it. I have found that you need to use @import and import the nib folder. The other error I reported on the npm, I was able to fix it by updating the node.js

Thank you all! =)

    
06.12.2015 / 03:59