summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/selector-with-parenthesis.css
blob: 5b9066b7f0c460a98dc372a79c5b2f1982db1068 (plain)
1
2
3
4
5
@charset "UTF-8";

.foo .v-button:not(.link) {
	color: #323232;
}