Files
infoscreen/dashboard/.stylelintrc.json
RobbStarkAustria 4d807be6f8 UI: switch to Syncfusion M3, remove Tailwind;
paginate changelog; docs updated; bump to 2025.1.0-alpha.8
2025-10-11 12:10:12 +00:00

9 lines
104 B
JSON

{
"extends": [
"stylelint-config-standard"
],
"rules": {
"at-rule-no-unknown": null
}
}