Skip to content
Snippets Groups Projects
Commit 8b5cbee4 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2910706 by joelpittet, droplet, alexpott, Yogesh Pawar: Update Stylelint related Packages

parent a4859562
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
"comment-empty-line-before": null, "comment-empty-line-before": null,
"function-linear-gradient-no-nonstandard-direction": null, "function-linear-gradient-no-nonstandard-direction": null,
"function-whitespace-after": null, "function-whitespace-after": null,
"no-descending-specificity": null,
"no-duplicate-selectors": null,
"no-unknown-animations": true, "no-unknown-animations": true,
"number-leading-zero": "always", "number-leading-zero": "always",
"plugin/no-browser-hacks": [true, { "plugin/no-browser-hacks": [true, {
......
...@@ -28,9 +28,9 @@ ...@@ -28,9 +28,9 @@
"eslint-plugin-react": "^6.10.3", "eslint-plugin-react": "^6.10.3",
"glob": "^7.1.1", "glob": "^7.1.1",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"stylelint": "^7.13.0", "stylelint": "^9.1.1",
"stylelint-checkstyle-formatter": "^0.1.1", "stylelint-checkstyle-formatter": "^0.1.1",
"stylelint-config-standard": "^16.0.0", "stylelint-config-standard": "^18.2.0",
"stylelint-no-browser-hacks": "^1.1.0" "stylelint-no-browser-hacks": "^1.1.0"
}, },
"babel": { "babel": {
......
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
* as the .visually-hidden class has. * as the .visually-hidden class has.
*/ */
position: absolute !important; position: absolute !important;
clip: rect(1px,1px,1px,1px); clip: rect(1px, 1px, 1px, 1px);
overflow: hidden; overflow: hidden;
height: 1px; height: 1px;
width: 1px; width: 1px;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment