Unverified Commit 8dbd33a7 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3144854 by Spokje, bnjmnm, mherchel, zrpnr, komalk, Kristen Pol: Remove...

Issue #3144854 by Spokje, bnjmnm, mherchel, zrpnr, komalk, Kristen Pol: Remove stylelint-no-browser-hacks
parent 9630f296
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
{
  "extends": "stylelint-config-standard",
  "plugins": [
    "stylelint-no-browser-hacks/lib",
    "stylelint-order"
  ],
  "rules": {
@@ -445,16 +444,6 @@
      "font-smooth",
      "line-height"
    ],
    "plugin/no-browser-hacks": [true, {
      "browsers": [
        "ie >= 9",
        "edge >= 13",
        "firefox >= 5",
        "opera >= 12",
        "safari >= 5",
        "chrome >= 56"
      ]
    }],
    "property-no-unknown": null,
    "rule-empty-line-before": null,
    "selector-pseudo-element-colon-notation": null,
+0 −2
Original line number Diff line number Diff line
/* stylelint-disable plugin/no-browser-hacks */
.layout-example-2col .region-left {
  float: left;
  width: 50%;
@@ -14,4 +13,3 @@
* html .layout-example-2col .region-right {
  width: 49.9%;
}
/* stylelint-disable */
+0 −1
Original line number Diff line number Diff line
@@ -62,7 +62,6 @@
    "stylelint": "^13.0.0",
    "stylelint-checkstyle-formatter": "^0.1.1",
    "stylelint-config-standard": "^20.0.0",
    "stylelint-no-browser-hacks": "^1.2.1",
    "stylelint-order": "^4.0.0",
    "terser": "^5.3.4"
  },
+32 −1481

File changed.

Preview size limit exceeded, changes collapsed.