We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d134c16 commit 44107a2Copy full SHA for 44107a2
test/test.js
@@ -89,6 +89,7 @@ describe('postcss-css-variables', function() {
89
90
91
test('should work with variables declared in root', 'root-variable');
92
+ test('should work with variables with parenthesis in fallback', 'fallback-with-parenthesis');
93
94
test('should work with locally scoped variable in a non-root rule', 'local-variable-non-root');
95
0 commit comments