@dvukovic/style-guide 0.3.83 → 0.3.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvukovic/style-guide",
3
- "version": "0.3.83",
3
+ "version": "0.3.85",
4
4
  "description": "My own style guide",
5
5
  "repository": {
6
6
  "type": "git",
@@ -109,3 +109,5 @@ msal
109
109
  xlink
110
110
  kniprc
111
111
  webrtc
112
+ speculationrules
113
+ hrefs
@@ -8,7 +8,6 @@ const stylelint = {
8
8
  "at-rule-no-vendor-prefix": true,
9
9
  "block-no-empty": true,
10
10
  "color-function-notation": "modern",
11
- "color-hex-alpha": "never",
12
11
  "color-hex-length": "long",
13
12
  "color-named": "never",
14
13
  "color-no-invalid-hex": true,