The @import
does not work well without preprocessor (less
, etc)
#113
Labels
@import
does not work well without preprocessor (less
, etc)
#113
Currently the stylesheet compiler does not handle
@import
itself.Other preprocessors (like
less-loader
) can transform it properly. However, if use without preprocessors, the@import
will be passed tocss-loader
which inlines the imported content directly, missing proper transform ofrpx
and class prefixes.The text was updated successfully, but these errors were encountered: