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 57d4b96 commit fdf75dfCopy full SHA for fdf75df
lib/clark-plugin.js
@@ -45,7 +45,9 @@ module.exports = class ClarkPlugin extends Plugin {
45
// @if, @else and @else if
46
// Iterate over numeric ranges with @for
47
// Iterate over lists with @each
48
- require('postcss-advanced-variables'),
+ require('postcss-advanced-variables', {
49
+ disable: '@mixin, @include, @content'
50
+ }),
51
52
// https://github.com/jonathantneal/postcss-short
53
// Shorthand properties
0 commit comments