Closed
Description
Hi, I put all my components styles in src/styles.scss
where I import other styles in it
@import 'style/vendors/_base';
@import 'style/core/_base';
@import 'style/modules/_base';
I do this to gain access to variables and mixins, but it appears that the CLI doesn't compress it before adding it to the head, is this intended or will it be fixed in the future?