1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-11 16:01:20 +00:00
bramw_baserow/web-frontend/.stylelintrc
2019-02-16 19:49:50 +01:00

20 lines
318 B
Text
Executable file

{
"extends": "stylelint-config-standard",
"rules": {
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": [
"/regex/",
"function",
"if",
"each",
"include",
"mixin",
"return",
"extend"
]
}
]
}
}