ohctech_p8/dompdf/lib/php-css-parser/tests/files/nested.css
2024-10-16 19:18:52 +05:30

18 lines
145 B
CSS

html {
some: -test(val1);
}
html {
some-other: -test(val1);
}
@media screen {
html {
some: -test(val2);
}
}
#unrelated {
other: yes;
}