Skip to content

in case of insensitivity #12

@tomhodgins

Description

@tomhodgins
.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, .TEST and any combination of lowercase and uppercase letters in class selectors are equivalent

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions