I would like to use Autoprefixer for the embedded css within my html file.
I use jade and stylus for my nodejs project. Most of the css that I use are very small. Hence, I prefer to embed them into the jade files using stylus filter. Here's an example code.
style
:stylus
#container
display: flex
I use Gulpjs as my build tool. gulp-autoprefixer works on .css files. How do I make it work for embedded style