Issue #2866812 by idebr: Update stylelint rule function-name-case to be consistent with Drupal's CSS standards

8.5.x
Alex Pott 2018-01-05 09:34:59 +00:00
parent 2971ea9d10
commit 3b06c57e4f
2 changed files with 3 additions and 4 deletions

View File

@ -16,7 +16,6 @@
"declaration-colon-space-after": null,
"function-comma-space-after": null,
"function-linear-gradient-no-nonstandard-direction": null,
"function-name-case": null,
"function-whitespace-after": null,
"length-zero-no-unit": null,
"no-empty-source": null,

View File

@ -43,12 +43,12 @@
.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
opacity: .35;
filter: Alpha(Opacity=35);
filter: alpha(Opacity=35);
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary {
opacity: .7;
filter: Alpha(Opacity=70);
filter: alpha(Opacity=70);
}
/**
@ -332,7 +332,7 @@
.ui-widget-overlay {
background: #000;
opacity: .70;
filter: Alpha(Opacity=70);
filter: alpha(Opacity=70);
}
/**