openclassify/vendor/tubalmartin/cssmin/tests/fixtures/semicolons.css
Mostafa Moradi 59dbba58fb readme
2022-04-08 12:26:15 +03:00

7 lines
66 B
CSS

.testA {
width: 2px;;
color: blue;; ;;
}
.testB{
;;;
}