maximkoretskiy / postcss-autoreset

PostCSS plugin for automatic rules isolation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use postcss-js to parse reset properties

ai opened this issue · comments

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.

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