Answer the question
In order to leave comments, you need to log in
How to automatically prefix CSS in PhpStorm?
Greetings
Can you please tell me how to add prefixes to the rules in PhpStorm in an existing CSS file?
From:
div{
box-sizing: border-box;
}
div{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
Answer the question
In order to leave comments, you need to log in
Is there for PhpStorm, something like an Autoprefixer plugin (for css)?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question