File "nested.css"

Full Path: /home/londdqdw/public_html/06/wp-content/plugins/timetable/libraries/dompdf/lib/php-css-parser/tests/files/nested.css
File size: 145 bytes
MIME-type: text/plain
Charset: utf-8

html {
	some: -test(val1);
}

html {
	some-other: -test(val1);
}

@media screen {
	html {
		some: -test(val2);
	}
}

#unrelated {
	other: yes;
}