1
0
Fork 0
hugo-paper/.stylelintrc.js

13 lines
342 B
JavaScript

module.exports = {
extends: ['stylelint-config-one'],
rules: {
'function-no-unknown': null,
'function-url-quotes': null,
'color-function-notation': null,
'no-descending-specificity': null,
'comment-empty-line-before': null,
'comment-whitespace-inside': null,
'custom-property-empty-line-before': null,
},
};