mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-02 10:32:41 +02:00
create button element
This commit is contained in:
19
.stylelintrc.js
Normal file
19
.stylelintrc.js
Normal file
@@ -0,0 +1,19 @@
|
||||
module.exports = {
|
||||
extends: [
|
||||
"stylelint-config-recommended",
|
||||
"stylelint-config-recess-order"
|
||||
],
|
||||
rules: {
|
||||
"no-duplicate-selectors": null,
|
||||
"no-descending-specificity": null,
|
||||
"custom-property-pattern": [
|
||||
/** Global Variables */
|
||||
"^nes-[a-z0-9-]+$",
|
||||
/** Private Variables */
|
||||
"^nes_[a-z0-9-]+$"
|
||||
].join('|')
|
||||
},
|
||||
plugins: [
|
||||
"stylelint-order"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user