-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
If it import a web font in CSS, the CSS will output as shown below.
original CSS
@import url(https://fonts.googleapis.com/css?family=Pacifico&display=swap);
to
compiled CSS
@import url(https://fonts.googleapis.com/css?family=Pacifico&display=swap);
//fonts.googleapis.com/css?family=Pacifico&display=swap);
I want to prevent "//fonts.googleapis.com/css?family=Pacifico&display=swap);" from being output
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed