summaryrefslogtreecommitdiff
path: root/.stylelintrc
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc b/.stylelintrc
index 04784a0a11a..c0f21aed292 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -102,6 +102,6 @@
"selector-pseudo-element-no-unknown":true,
"shorthand-property-no-redundant-values":true,
"string-quotes":"single",
- "value-no-vendor-prefix":true
+ "value-no-vendor-prefix":[true, { ignoreValues: ["sticky"] }]
}
}