NRPC/nrpc_site/dompdf/lib/php-css-parser/tests/files/nested.css

18 lines
145 B
CSS
Raw Normal View History

2021-06-27 22:45:20 +00:00
html {
some: -test(val1);
}
html {
some-other: -test(val1);
}
@media screen {
html {
some: -test(val2);
}
}
#unrelated {
other: yes;
}