Skip to content

@charset "UTF-8" moved below @import #436

@SLKnutson

Description

@SLKnutson

Previously opened an issue with angular, but I've isolated the issue to this library.
The incoming css looks like

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700");
.force-unicode {
  content: "\f103"
}

but after passing through this plugin, the @import is listed above the @charset. @charset needs to be listed first to work.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions