v1/vendor/tubalmartin/cssmin/tests/fixtures/semicolons.css

7 lines
66 B
CSS

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