Commit 53f13043 authored by catch's avatar catch
Browse files

Issue #3344087 by longwave, Gauravvvv, mherchel, catch: Update Stylelint and...

Issue #3344087 by longwave, Gauravvvv, mherchel, catch: Update Stylelint and Prettier for Drupal 10.1 and use Prettier for formatting PostCSS
parent c49ae937
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  ],
  "rules": {
    "alpha-value-notation": "number",
    "at-rule-empty-line-before": null,
    "color-function-notation": "legacy",
    "comment-empty-line-before": null,
    "custom-property-pattern": "^[a-z][-_a-z0-9IE]*$",
@@ -23,7 +24,7 @@
      ]
    }],
    "media-feature-name-no-vendor-prefix": null,
    "number-leading-zero": "always",
    "media-feature-range-notation": "prefix",
    "number-max-precision": 5,
    "order/order": [
      "custom-properties",
@@ -378,7 +379,6 @@
    "selector-id-pattern": "^[a-z][-_a-z0-9]*$",
    "selector-no-vendor-prefix": null,
    "shorthand-property-no-redundant-values": null,
    "string-quotes": "double",
    "unit-allowed-list": ["ch", "deg", "dpcm", "em", "ex", "fr", "ms", "rem", "%", "s", "px", "vw", "vh"],
    "value-keyword-case": ["lower", {
      "camelCaseSvgKeywords": true,
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@
}

#drupal-off-canvas-wrapper summary {

  a {
    color: var(--off-canvas-details-text-color);
  }
+0 −1
Original line number Diff line number Diff line
@@ -131,7 +131,6 @@
}

@media (forced-colors: active) {

  #drupal-off-canvas-wrapper select {
    -webkit-appearance: revert;
    appearance: revert;
+0 −4
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@
}

@media (forced-colors: active) {

  #drupal-off-canvas-wrapper .messages::before {
    background: canvastext;
    -webkit-mask-repeat: no-repeat;
@@ -90,7 +89,6 @@
}

@media (forced-colors: active) {

  #drupal-off-canvas-wrapper .messages--status::before {
    background: canvastext;
    -webkit-mask-image: var(--off-canvas-messages-icon-status);
@@ -107,7 +105,6 @@
}

@media (forced-colors: active) {

  #drupal-off-canvas-wrapper .messages--warning::before {
    background: canvastext;
    -webkit-mask-image: var(--off-canvas-messages-icon-warning);
@@ -124,7 +121,6 @@
}

@media (forced-colors: active) {

  #drupal-off-canvas-wrapper .messages--error::before {
    background: canvastext;
    -webkit-mask-image: var(--off-canvas-messages-icon-error);
+0 −1
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@
}

@media (forced-colors: active) {

  #drupal-off-canvas-wrapper .tabledrag-handle::after {
    background: linktext;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath fill='%23bebebe' d='M14.904 7.753l-2.373-2.372c-.291-.292-.529-.193-.529.22v1.399h-3v-3h1.398c.414 0 .512-.239.221-.53l-2.371-2.372c-.137-.136-.36-.136-.497 0l-2.372 2.372c-.292.292-.193.53.22.53h1.399v3h-3v-1.369c0-.413-.239-.511-.53-.22l-2.372 2.372c-.136.136-.136.359 0 .494l2.372 2.372c.291.292.53.192.53-.219v-1.43h3v3h-1.4c-.413 0-.511.238-.22.529l2.374 2.373c.137.137.36.137.495 0l2.373-2.373c.29-.291.19-.529-.222-.529h-1.398v-3h3v1.4c0 .412.238.511.529.219l2.373-2.371c.137-.137.137-.359 0-.495z'/%3e%3c/svg%3e");
Loading