Your IP : 216.73.216.193


Current Path : /home/poneycluc/www/plugins/system/t4/vendor/sabberworm/php-css-parser/tests/files/
Upload File :
Current File : /home/poneycluc/www/plugins/system/t4/vendor/sabberworm/php-css-parser/tests/files/nested.css

html {
	some: -test(val1);
}

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

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

#unrelated {
	other: yes;
}