UNPKG
monday-style
Version:
latest (0.1.199)
0.1.199
0.1.196
0.1.192
0.1.191
0.1.190
Monday UI CSS Foundations
github.com/mondaycom/monday-ui-style
mondaycom/monday-ui-style
monday-style
/
stylelint-config
/
index.js
8 lines
(7 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.exports = {
customSyntax:
require
.resolve(
"postcss-scss"
),
plugins:
[
"./rules/use-defined-css-var-when-available/index.js"
],
rules:
{
"monday-ui-style/use-defined-css-var-when-available"
:
true
} };