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

7 lines
117 B
JavaScript
Raw Normal View History

2021-08-23 22:07:54 +02:00
module.exports = {
2022-06-30 19:15:59 +02:00
extends: ['stylelint-config-one'],
2021-08-23 22:07:54 +02:00
rules: {
2022-06-30 19:15:59 +02:00
// 'no-descending-specificity': null,
2021-12-21 07:24:46 +01:00
},
2021-08-23 22:07:54 +02:00
};