2020-07-28 15:57:48 +00:00
|
|
|
{
|
2023-06-05 16:20:19 +00:00
|
|
|
"extends": "stylelint-config-standard",
|
2020-07-28 15:57:48 +00:00
|
|
|
"rules": {
|
|
|
|
"at-rule-no-unknown": [
|
|
|
|
true,
|
|
|
|
{
|
|
|
|
"ignoreAtRules": [
|
|
|
|
"tailwind",
|
|
|
|
"apply",
|
|
|
|
"responsive",
|
|
|
|
"variants",
|
2021-04-02 17:20:02 +00:00
|
|
|
"screen",
|
2025-03-01 13:08:00 +00:00
|
|
|
"layer",
|
|
|
|
"config"
|
2020-07-28 15:57:48 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2025-03-01 13:08:00 +00:00
|
|
|
"at-rule-no-deprecated": [
|
|
|
|
true,
|
|
|
|
{
|
|
|
|
"ignoreAtRules": ["apply"]
|
|
|
|
}
|
|
|
|
],
|
2023-07-26 17:19:40 +00:00
|
|
|
"function-no-unknown": [
|
|
|
|
true,
|
|
|
|
{
|
|
|
|
"ignoreFunctions": ["theme"]
|
|
|
|
}
|
|
|
|
],
|
2023-06-08 14:42:32 +00:00
|
|
|
"no-descending-specificity": null,
|
|
|
|
"selector-class-pattern": null
|
2020-07-28 15:57:48 +00:00
|
|
|
}
|
|
|
|
}
|