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 e84c465 commit cb5ee2eCopy full SHA for cb5ee2e
src/index.js
@@ -16,7 +16,7 @@ function circularReference(maps) {
16
export default (options = {}) => {
17
options = {
18
atRules: [...new Set(['for', 'if', 'else', 'each', 'mixin', 'custom-media', ...options.atRules || ''])],
19
- variables: {...options.variables},
+ variables: {...options.variables}
20
};
21
22
return {
0 commit comments