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
|
|
|
};
|