Answer the question
In order to leave comments, you need to log in
How to make prefixer work in prepros?
The documentation for the prefixer says that in order for it to work in Prepros, it is enough to check the AutoPrefix CSS checkbox: https://github.com/postcss/autoprefixer
I check it, but the code still compiles without prefixes. What am I doing wrong?
Answer the question
In order to leave comments, you need to log in
include compass/css3
@include border-radius(5px);
and you will have prefixes
You don't have a single property in your code that needs vendor prefixes.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question