maximkoretskiy / postcss-autoreset

PostCSS plugin for automatic rules isolation
MIT License
244 stars 11 forks source link

Use postcss-js to parse reset properties #3

Closed ai closed 8 years ago

ai commented 8 years ago

Right now I need to use string key for "box-sizing". But if you use postcss-js it will allow me to use boxSizing. Also [postcss-js] is used in postcss-mixin, so it will increase constistency.

ai commented 8 years ago

@maximkoretskiy please telll me if you have no time, I will send a PR :)

maximkoretskiy commented 8 years ago

https://github.com/maximkoretskiy/postcss-autoreset/pull/5