jozanza / babel-plugin-jsonify-css

7 stars 0 forks source link

Support the @supports statement #2

Open lukel97 opened 7 years ago

lukel97 commented 7 years ago

Currently the plugin gives the Could not transform CSS rule error whenever trying to parse a .css file with the @supports statement. This prevents Bootstrap 4 from being converted since it uses the statement to check for -webkit-transform support. I'm not sure how it should transform this into JSON. Possibly just skip it for now?