csscomb / csscomb.js

CSS coding style formatter
http://csscomb.com/
MIT License
3.29k stars 457 forks source link

Add feature to automatic add -moz-, -ms-, -o-, -webkit- prefixes to code #445

Closed gzhegow closed 8 years ago

gzhegow commented 8 years ago

Of course need checking - is that stuff exists in these element. If we have all 4 prefixes, we won't lose anything, even if prefix for that element is not defined in specification, but receive solution for all another situations

haoqunjiang commented 8 years ago

You can use autoprefixer to add prefixes.