diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/css/selector-with-parenthesis.css')
-rw-r--r-- | theme-compiler/tests/resources/automatic/css/selector-with-parenthesis.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/selector-with-parenthesis.css b/theme-compiler/tests/resources/automatic/css/selector-with-parenthesis.css new file mode 100644 index 0000000000..5b9066b7f0 --- /dev/null +++ b/theme-compiler/tests/resources/automatic/css/selector-with-parenthesis.css @@ -0,0 +1,5 @@ +@charset "UTF-8"; + +.foo .v-button:not(.link) { + color: #323232; +}
\ No newline at end of file |