donation/vendor/sabberworm/php-css-parser/tests/files/specificity.css
2020-11-23 15:46:19 +05:30

8 lines
86 B
CSS

#test .help,
#file,
.help:hover,
li.green,
ol li::before {
font-family: Helvetica;
}