Skip to content

Commit fdf75df

Browse files
committed
disable mixins
1 parent 57d4b96 commit fdf75df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/clark-plugin.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ 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', {
49+
disable: '@mixin, @include, @content'
50+
}),
4951

5052
// https://github.com/jonathantneal/postcss-short
5153
// Shorthand properties

0 commit comments

Comments
 (0)