ui integration and rest api includes
This commit is contained in:
12
.stylelintrc.json
Normal file
12
.stylelintrc.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": ["stylelint-config-standard"],
|
||||
"rules": {
|
||||
"at-rule-no-unknown": [
|
||||
true,
|
||||
{
|
||||
"ignoreAtRules": ["tailwind", "apply", "variants", "responsive", "screen", "layer"]
|
||||
}
|
||||
],
|
||||
"declaration-property-value-no-unknown": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user