2
Hello,
I’m starting to use css Stylus
and I’m having trouble adding the browser prefixes. Is there any autoprefixer that adds everything automatically or have to do everything manual?
Thank you.
Obs : tried to use this https://www.npmjs.com/package/autoprefixer-stylus , but an error occurred in the installation via npm (npm ERR! Windows_NT 10.0.10240
)
+1
because you are using Stylus :) How is your configuration code? What was the error that occurred?– Sergio
Thanks =D , So when I try to install Autoprefixer via npm , it returns me an error of
Windows_NT
– Rubens Barbosa
Can you put the error in the question? which version of Stylus and Nodejs you are using?
– Sergio
@Sergio put the bug in the question; The version of Node I use is 4.2.1 ; E of Stylus is 0.52.4
– Rubens Barbosa