@best-shot/preset-style 0.9.0 → 0.9.1
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/README.md +4 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -15,15 +15,18 @@ A `best-shot` preset for stylesheet.
|
|
|
15
15
|
This preset offer the following features:
|
|
16
16
|
|
|
17
17
|
- [CSS Modules] support
|
|
18
|
+
- [Interoperable CSS] support
|
|
18
19
|
- [Less] / [Sass] syntax support
|
|
19
20
|
- [PostCSS] support
|
|
20
|
-
- Use [postcss-preset-evergreen] by default
|
|
21
|
+
- Use [postcss-preset-evergreen] by default(including [Autoprefixer])
|
|
21
22
|
- Use [cssnano] in production mode
|
|
22
23
|
|
|
24
|
+
[interoperable css]: https://github.com/css-modules/icss
|
|
23
25
|
[css modules]: https://github.com/css-modules/css-modules
|
|
24
26
|
[cssnano]: https://cssnano.co/
|
|
25
27
|
[sass]: https://sass-lang.com/
|
|
26
28
|
[less]: http://lesscss.org/
|
|
29
|
+
[autoprefixer]: https://github.com/postcss/autoprefixer
|
|
27
30
|
[postcss]: https://github.com/postcss/postcss
|
|
28
31
|
[postcss-preset-evergreen]: https://github.com/best-shot/postcss-preset-evergreen
|
|
29
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@best-shot/preset-style",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "A `best-shot` preset for stylesheet",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -34,24 +34,24 @@
|
|
|
34
34
|
},
|
|
35
35
|
"main": "index.mjs",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"css-loader": "^6.
|
|
38
|
-
"css-minimizer-webpack-plugin": "^3.
|
|
39
|
-
"cssnano": "^5.0.
|
|
37
|
+
"css-loader": "^6.6.0",
|
|
38
|
+
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
39
|
+
"cssnano": "^5.0.17",
|
|
40
40
|
"ext-to-regexp": "^0.1.0",
|
|
41
41
|
"less": "^4.1.2",
|
|
42
42
|
"less-loader": "^10.2.0",
|
|
43
|
-
"mini-css-extract-plugin": "^2.
|
|
44
|
-
"postcss": "^8.4.
|
|
43
|
+
"mini-css-extract-plugin": "^2.5.3",
|
|
44
|
+
"postcss": "^8.4.6",
|
|
45
45
|
"postcss-loader": "^6.2.1",
|
|
46
|
-
"postcss-preset-evergreen": "^0.4.
|
|
47
|
-
"resolve-url-loader": "^
|
|
48
|
-
"sass": "^1.
|
|
49
|
-
"sass-loader": "^12.
|
|
46
|
+
"postcss-preset-evergreen": "^0.4.3",
|
|
47
|
+
"resolve-url-loader": "^5.0.0",
|
|
48
|
+
"sass": "^1.49.8",
|
|
49
|
+
"sass-loader": "^12.6.0",
|
|
50
50
|
"slash-to-regexp": "^0.0.4",
|
|
51
51
|
"style-loader": "^3.3.1"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@best-shot/core": "^0.6.
|
|
54
|
+
"@best-shot/core": "^0.6.1"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
57
57
|
"node": "^14.17.0 || >=16.13.0"
|