diff options
author | Phil Hughes <me@iamphill.com> | 2019-03-08 10:30:42 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-03-08 10:30:42 +0000 |
commit | cf05e49f19a782f3384aba32718d3333e57ad03c (patch) | |
tree | 49452987dbc2404b186f8bb474de0359ec406138 /.stylelintrc | |
parent | 45b3c5420c1a45595211f941bac23ad9f2188af7 (diff) | |
download | gitlab-ce-cf05e49f19a782f3384aba32718d3333e57ad03c.tar.gz |
Fixed sticky bar styling in Safari
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58625
Diffstat (limited to '.stylelintrc')
-rw-r--r-- | .stylelintrc | 2 |
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"] }] } } |