swc/crates/swc_css_minifier/tests/fixture/compress-declaration/font-weight/input.css
2022-02-21 00:26:09 +09:00

8 lines
240 B
CSS

.class1 {font-weight: 1;}
.class1 {font-weight: 400;}
.class1 {font-weight: 1000;}
.class2 {font-weight: normal;}
.class3 {font-weight: bold;}
.class3 {font-WEIGHT: BOLD;}
.class4 {font-weight: normal bold;}
.class5 {font-weight: 600 bold;}