You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the imports option the following rule get's added to the top of the CSS file: @import url('base-blessed1.css?z=1459246439512');
The CSS that has to be imported includes the critical CSS that has to be imported first, not after the request had been made after the @import.
This would be an ideal situation:
In base.css add the CSS until the selector limit has been reached. Then add the @import rule to include the not so critical CSS.
Is it possible to implement this? Maybe with an extra option.
Thanks, Tom
The text was updated successfully, but these errors were encountered:
When using the imports option the following rule get's added to the top of the CSS file:
@import url('base-blessed1.css?z=1459246439512');
The CSS that has to be imported includes the critical CSS that has to be imported first, not after the request had been made after the @import.
This would be an ideal situation:
In base.css add the CSS until the selector limit has been reached. Then add the @import rule to include the not so critical CSS.
Is it possible to implement this? Maybe with an extra option.
Thanks, Tom
The text was updated successfully, but these errors were encountered: