Skip to content

Commit c834eb6

Browse files
committed
fix syntax
1 parent fdf75df commit c834eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/clark-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = class ClarkPlugin extends Plugin {
4545
// @if, @else and @else if
4646
// Iterate over numeric ranges with @for
4747
// Iterate over lists with @each
48-
require('postcss-advanced-variables', {
48+
require('postcss-advanced-variables')({
4949
disable: '@mixin, @include, @content'
5050
}),
5151

0 commit comments

Comments
 (0)