-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
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