Skip to content

Use imports at the end of the file #23

@TomFranssen

Description

@TomFranssen

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions