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 1cbdf8f commit ebb0ed9Copy full SHA for ebb0ed9
stylelint.config.js
@@ -1,4 +1,7 @@
1
module.exports =
2
{
3
extends: ['@wdns/stylelint-config-wdns'],
4
+ rules: {
5
+ 'scss/operator-no-unspaced': null,
6
+ },
7
};
0 commit comments