-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
I'm using yuglify with --terminal.
Input:
@charset "UTF-8";
@media all {
DIV.test1 {
background: white;
}
}
@charset "UTF-8";
@media all {
DIV.test2 {
background: red;
}
}
@charset "UTF-8";
@media all {
DIV.test3 {
background: black;
}
}Output:
@charset "UTF-8";@media all{DIV.test1{background:white}}@charset "UTF-8";@media all{DIV.test2{background:red}}@media all{DIV.test3{background:black}}Only one @charset was removed...
Metadata
Metadata
Assignees
Labels
No labels