-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
.test {
background: red;
}
.TEST {
color: blue;
}correct minification
.test{background:red;color:blue}- class names (and many other things) are not case sensitive in CSS
CSSnano output
.test{background:red}.TEST{color:blue}.test,.TESTand any combination of lowercase and uppercase letters in class selectors are equivalent
Metadata
Metadata
Assignees
Labels
No labels