@readme/stylelint-config 7.0.13 → 7.1.0
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": "@readme/stylelint-config",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"description": "ReadMe coding standards for styles",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,21 +21,21 @@
|
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/readmeio/standards",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"stylelint": "^16.
|
|
24
|
+
"stylelint": "^16.19.1",
|
|
25
25
|
"stylelint-config-css-modules": "^4.3.0",
|
|
26
26
|
"stylelint-config-sass-guidelines": "^12.0.0",
|
|
27
|
-
"stylelint-config-standard": "^
|
|
27
|
+
"stylelint-config-standard": "^38.0.0",
|
|
28
28
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
29
|
-
"stylelint-order": "^
|
|
29
|
+
"stylelint-order": "^7.0.0",
|
|
30
30
|
"stylelint-prettier": "^5.0.2"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"postcss": "^8.4.12"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@readme/eslint-config": "^14.
|
|
36
|
+
"@readme/eslint-config": "^14.7.0",
|
|
37
37
|
"vitest": "^3.0.5"
|
|
38
38
|
},
|
|
39
39
|
"prettier": "@readme/eslint-config/prettier",
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "892f07c0dcda84c1bcb1487d01515a07906f9f1d"
|
|
41
41
|
}
|
|
@@ -25,7 +25,7 @@ $media-query-width: 300px;
|
|
|
25
25
|
.selector-1,
|
|
26
26
|
.selector-2,
|
|
27
27
|
.selector-3[type='text'] {
|
|
28
|
-
background: linear-gradient(#fff,
|
|
28
|
+
background: linear-gradient(#fff, rgb(0, 0, 0, 0.8));
|
|
29
29
|
box-sizing: border-box;
|
|
30
30
|
color: var(--brand-red);
|
|
31
31
|
display: block;
|
|
@@ -58,7 +58,7 @@ $media-query-width: 300px;
|
|
|
58
58
|
@media (width >= 60em) {
|
|
59
59
|
.selector {
|
|
60
60
|
/* Flush to parent comment */
|
|
61
|
-
transform: translate(
|
|
61
|
+
transform: translate(1em, 1em) scale(3);
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|