1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 05:40:09 +00:00
bramw_baserow/web-frontend/.stylelintrc
2019-06-07 13:04:24 +02:00

20 lines
318 B
Text

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