Skip to content

Commit 2a213ee

Browse files
authored
Revert stylelint change that broke build-es task. (#1629)
1 parent 878add0 commit 2a213ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

β€Ž.stylelintrc.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"rules": {
66
"block-no-empty": true,
77
"at-rule-no-unknown": null,
8+
"color-function-notation": null,
89
"color-no-invalid-hex": true,
910
"less/color-no-invalid-hex": null,
1011
"rule-empty-line-before": null,

β€Žsrc/content-handlers/iiif/modules/uv-shared-module/css/scaffolding.lessβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
padding: 0;
3333
height: 100%;
3434

35-
-webkit-tap-highlight-color: rgb(0 0 0 / 0%);
35+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0%);
3636

3737
font-family: @font-family-base;
3838
font-size: @font-size-base;

0 commit comments

Comments
Β (0)