Skip to content

Commit b6fe1ed

Browse files
committed
ignore unresolved variables
1 parent c834eb6 commit b6fe1ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/clark-plugin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ module.exports = class ClarkPlugin extends Plugin {
4646
// Iterate over numeric ranges with @for
4747
// Iterate over lists with @each
4848
require('postcss-advanced-variables')({
49-
disable: '@mixin, @include, @content'
49+
disable: '@mixin, @include, @content',
50+
unresolved: 'ignore'
5051
}),
5152

5253
// https://github.com/jonathantneal/postcss-short

0 commit comments

Comments
 (0)