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?
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?