@adamlui/scss-to-css 1.10.23 → 1.10.24
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 +24 -18
- package/docs/LICENSE.md +2 -2
- package/docs/README.md +24 -18
- package/docs/SECURITY.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
<td align="center" width=1000>
|
|
3
3
|
<h6>
|
|
4
4
|
<picture>
|
|
5
|
-
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://
|
|
6
|
-
<img height=14 src="https://
|
|
5
|
+
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://assets.scsstocss.org/images/icons/earth/white/icon32.svg?v=7e4a141">
|
|
6
|
+
<img height=14 src="https://assets.scsstocss.org/images/icons/earth/black/icon32.svg?v=7e4a141">
|
|
7
7
|
</picture>
|
|
8
8
|
English |
|
|
9
9
|
<a href="https://github.com/adamlui/scss-to-css/tree/main/node.js/docs/zh-cn#readme">简体中文</a> |
|
|
@@ -27,14 +27,20 @@
|
|
|
27
27
|
|
|
28
28
|
### Recursively compile all SCSS files into minified CSS.
|
|
29
29
|
|
|
30
|
-
<a href="https://www.npmjs.com/package/@adamlui/scss-to-css"
|
|
31
|
-
<
|
|
32
|
-
<a href="
|
|
33
|
-
<
|
|
34
|
-
<a href="https://
|
|
35
|
-
<
|
|
36
|
-
|
|
37
|
-
<img height=
|
|
30
|
+
<a href="https://www.npmjs.com/package/@adamlui/scss-to-css">
|
|
31
|
+
<img height=31 src="https://img.shields.io/npm/dm/%40adamlui%2Fscss-to-css?logo=npm&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
32
|
+
<a href="#%EF%B8%8F-mit-license">
|
|
33
|
+
<img height=31 src="https://img.shields.io/badge/License-MIT-orange.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
34
|
+
<a href="https://github.com/adamlui/js-utils/releases/tag/scss-to-css-1.10.24">
|
|
35
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.10.24-44cc11.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
36
|
+
<a href="https://www.npmjs.com/package/@adamlui/scss-to-css?activeTab=code">
|
|
37
|
+
<img height=31 src="https://img.shields.io/npm/unpacked-size/%40adamlui%2Fscss-to-css?style=for-the-badge&logo=ebox&logoColor=white&color=blue&labelColor=464646"></a>
|
|
38
|
+
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_scss-to-css:node.js/src/scss-to-css.js">
|
|
39
|
+
<img height=31 src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dadamlui_scss-to-css%3Anode.js%2Fsrc%2Fscss-to-css.js%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnerabilities&color=gold"></a>
|
|
40
|
+
<a href="https://github.com/toolleeo/cli-apps#conversion">
|
|
41
|
+
<img height=31 src="https://img.shields.io/badge/Mentioned_in-Awesome-c4a2bd?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
42
|
+
|
|
43
|
+
<img height=6px width="100%" src="https://assets.scsstocss.org/images/separators/aqua-gradient.png?v=7e4a141">
|
|
38
44
|
|
|
39
45
|
## ⚡ Installation
|
|
40
46
|
|
|
@@ -58,9 +64,9 @@ $ npm install @adamlui/scss-to-css
|
|
|
58
64
|
|
|
59
65
|
<br>
|
|
60
66
|
|
|
61
|
-
<a href="https://github.com/sponsors/adamlui"><img src="https://
|
|
67
|
+
<a href="https://github.com/sponsors/adamlui"><img src="https://assets.scsstocss.org/images/banners/sponsor/$10/banner1660x260.png?v=2cba0ae"></a>
|
|
62
68
|
|
|
63
|
-
<img height=6px width="100%" src="https://
|
|
69
|
+
<img height=6px width="100%" src="https://assets.scsstocss.org/images/separators/aqua-gradient.png?v=7e4a141">
|
|
64
70
|
|
|
65
71
|
## 💻 Command line usage
|
|
66
72
|
|
|
@@ -161,7 +167,7 @@ Info commands:
|
|
|
161
167
|
|
|
162
168
|
<br>
|
|
163
169
|
|
|
164
|
-
<img height=6px width="100%" src="https://
|
|
170
|
+
<img height=6px width="100%" src="https://assets.scsstocss.org/images/separators/aqua-gradient.png?v=7e4a141">
|
|
165
171
|
|
|
166
172
|
## 🔌 API usage
|
|
167
173
|
|
|
@@ -265,7 +271,7 @@ Name | Type | Desciption
|
|
|
265
271
|
|
|
266
272
|
<br>
|
|
267
273
|
|
|
268
|
-
<img height=6px width="100%" src="https://
|
|
274
|
+
<img height=6px width="100%" src="https://assets.scsstocss.org/images/separators/aqua-gradient.png?v=7e4a141">
|
|
269
275
|
|
|
270
276
|
## 🏛️ MIT License
|
|
271
277
|
|
|
@@ -279,7 +285,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
279
285
|
|
|
280
286
|
<br>
|
|
281
287
|
|
|
282
|
-
<img height=6px width="100%" src="https://
|
|
288
|
+
<img height=6px width="100%" src="https://assets.scsstocss.org/images/separators/aqua-gradient.png?v=7e4a141">
|
|
283
289
|
|
|
284
290
|
## 🛠️ Related utilities
|
|
285
291
|
|
|
@@ -289,7 +295,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
289
295
|
<br>[Download](https://cdn.jsdelivr.net/gh/adamlui/js-utils/img-to-webp/img-to-webp.js) /
|
|
290
296
|
[Discuss](https://github.js-utils.org/discussions)
|
|
291
297
|
|
|
292
|
-
### [</> minify.js](https://minify-js.org) <a href="https://github.com/toolleeo/cli-apps#programming"><img height=18 src="https://
|
|
298
|
+
### [</> minify.js](https://minify-js.org) <a href="https://github.com/toolleeo/cli-apps#programming"><img height=18 src="https://assets.scsstocss.org/images/badges/awesome/badge.svg?v=7e4a141"></a>
|
|
293
299
|
|
|
294
300
|
> Recursively minify all JavaScript files.
|
|
295
301
|
<br>[Install](https://node.minify-js.org/#-installation) /
|
|
@@ -300,8 +306,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
300
306
|
|
|
301
307
|
<br>
|
|
302
308
|
|
|
303
|
-
<img height=6px width="100%" src="https://
|
|
309
|
+
<img height=6px width="100%" src="https://assets.scsstocss.org/images/separators/aqua-gradient.png?v=7e4a141">
|
|
304
310
|
|
|
305
|
-
<picture><source media="(prefers-color-scheme: dark)" srcset="https://
|
|
311
|
+
<picture><source media="(prefers-color-scheme: dark)" srcset="https://assets.scsstocss.org/images/icons/home/white/icon32x27.png?v=7e4a141"><img height=13 src="https://assets.scsstocss.org/images/icons/home/dark-gray/icon32x27.png?v=7e4a141"></picture> <a href="https://js-utils.org">**More JavaScript utilities**</a> /
|
|
306
312
|
<a href="https://github.scsstocss.org/discussions">Discuss</a> /
|
|
307
313
|
<a href="#--scss-to-css">Back to top ↑</a>
|
package/docs/LICENSE.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<h6>
|
|
3
3
|
<picture>
|
|
4
|
-
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://
|
|
5
|
-
<img height=14 src="https://
|
|
4
|
+
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://assets.scsstocss.org/images/icons/earth/white/icon32.svg?v=7e4a141">
|
|
5
|
+
<img height=14 src="https://assets.scsstocss.org/images/icons/earth/black/icon32.svg?v=7e4a141">
|
|
6
6
|
</picture>
|
|
7
7
|
English |
|
|
8
8
|
<a href="zh-cn/LICENSE.md">简体中文</a> |
|
package/docs/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
<td align="center" width=1000>
|
|
3
3
|
<h6>
|
|
4
4
|
<picture>
|
|
5
|
-
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://
|
|
6
|
-
<img height=14 src="https://
|
|
5
|
+
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://assets.scsstocss.org/images/icons/earth/white/icon32.svg?v=7e4a141">
|
|
6
|
+
<img height=14 src="https://assets.scsstocss.org/images/icons/earth/black/icon32.svg?v=7e4a141">
|
|
7
7
|
</picture>
|
|
8
8
|
English |
|
|
9
9
|
<a href="https://github.com/adamlui/scss-to-css/tree/main/node.js/docs/zh-cn#readme">简体中文</a> |
|
|
@@ -27,14 +27,20 @@
|
|
|
27
27
|
|
|
28
28
|
### Recursively compile all SCSS files into minified CSS.
|
|
29
29
|
|
|
30
|
-
<a href="https://www.npmjs.com/package/@adamlui/scss-to-css"
|
|
31
|
-
<
|
|
32
|
-
<a href="
|
|
33
|
-
<
|
|
34
|
-
<a href="https://
|
|
35
|
-
<
|
|
36
|
-
|
|
37
|
-
<img height=
|
|
30
|
+
<a href="https://www.npmjs.com/package/@adamlui/scss-to-css">
|
|
31
|
+
<img height=31 src="https://img.shields.io/npm/dm/%40adamlui%2Fscss-to-css?logo=npm&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
32
|
+
<a href="#%EF%B8%8F-mit-license">
|
|
33
|
+
<img height=31 src="https://img.shields.io/badge/License-MIT-orange.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
34
|
+
<a href="https://github.com/adamlui/js-utils/releases/tag/scss-to-css-1.10.24">
|
|
35
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.10.24-44cc11.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
36
|
+
<a href="https://www.npmjs.com/package/@adamlui/scss-to-css?activeTab=code">
|
|
37
|
+
<img height=31 src="https://img.shields.io/npm/unpacked-size/%40adamlui%2Fscss-to-css?style=for-the-badge&logo=ebox&logoColor=white&color=blue&labelColor=464646"></a>
|
|
38
|
+
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_scss-to-css:node.js/src/scss-to-css.js">
|
|
39
|
+
<img height=31 src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dadamlui_scss-to-css%3Anode.js%2Fsrc%2Fscss-to-css.js%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnerabilities&color=gold"></a>
|
|
40
|
+
<a href="https://github.com/toolleeo/cli-apps#conversion">
|
|
41
|
+
<img height=31 src="https://img.shields.io/badge/Mentioned_in-Awesome-c4a2bd?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
42
|
+
|
|
43
|
+
<img height=6px width="100%" src="https://assets.scsstocss.org/images/separators/aqua-gradient.png?v=7e4a141">
|
|
38
44
|
|
|
39
45
|
## ⚡ Installation
|
|
40
46
|
|
|
@@ -58,9 +64,9 @@ $ npm install @adamlui/scss-to-css
|
|
|
58
64
|
|
|
59
65
|
<br>
|
|
60
66
|
|
|
61
|
-
<a href="https://github.com/sponsors/adamlui"><img src="https://
|
|
67
|
+
<a href="https://github.com/sponsors/adamlui"><img src="https://assets.scsstocss.org/images/banners/sponsor/$10/banner1660x260.png?v=2cba0ae"></a>
|
|
62
68
|
|
|
63
|
-
<img height=6px width="100%" src="https://
|
|
69
|
+
<img height=6px width="100%" src="https://assets.scsstocss.org/images/separators/aqua-gradient.png?v=7e4a141">
|
|
64
70
|
|
|
65
71
|
## 💻 Command line usage
|
|
66
72
|
|
|
@@ -161,7 +167,7 @@ Info commands:
|
|
|
161
167
|
|
|
162
168
|
<br>
|
|
163
169
|
|
|
164
|
-
<img height=6px width="100%" src="https://
|
|
170
|
+
<img height=6px width="100%" src="https://assets.scsstocss.org/images/separators/aqua-gradient.png?v=7e4a141">
|
|
165
171
|
|
|
166
172
|
## 🔌 API usage
|
|
167
173
|
|
|
@@ -265,7 +271,7 @@ Name | Type | Desciption
|
|
|
265
271
|
|
|
266
272
|
<br>
|
|
267
273
|
|
|
268
|
-
<img height=6px width="100%" src="https://
|
|
274
|
+
<img height=6px width="100%" src="https://assets.scsstocss.org/images/separators/aqua-gradient.png?v=7e4a141">
|
|
269
275
|
|
|
270
276
|
## 🏛️ MIT License
|
|
271
277
|
|
|
@@ -279,7 +285,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
279
285
|
|
|
280
286
|
<br>
|
|
281
287
|
|
|
282
|
-
<img height=6px width="100%" src="https://
|
|
288
|
+
<img height=6px width="100%" src="https://assets.scsstocss.org/images/separators/aqua-gradient.png?v=7e4a141">
|
|
283
289
|
|
|
284
290
|
## 🛠️ Related utilities
|
|
285
291
|
|
|
@@ -289,7 +295,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
289
295
|
<br>[Download](https://cdn.jsdelivr.net/gh/adamlui/js-utils/img-to-webp/img-to-webp.js) /
|
|
290
296
|
[Discuss](https://github.js-utils.org/discussions)
|
|
291
297
|
|
|
292
|
-
### [</> minify.js](https://minify-js.org) <a href="https://github.com/toolleeo/cli-apps#programming"><img height=18 src="https://
|
|
298
|
+
### [</> minify.js](https://minify-js.org) <a href="https://github.com/toolleeo/cli-apps#programming"><img height=18 src="https://assets.scsstocss.org/images/badges/awesome/badge.svg?v=7e4a141"></a>
|
|
293
299
|
|
|
294
300
|
> Recursively minify all JavaScript files.
|
|
295
301
|
<br>[Install](https://node.minify-js.org/#-installation) /
|
|
@@ -300,8 +306,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
300
306
|
|
|
301
307
|
<br>
|
|
302
308
|
|
|
303
|
-
<img height=6px width="100%" src="https://
|
|
309
|
+
<img height=6px width="100%" src="https://assets.scsstocss.org/images/separators/aqua-gradient.png?v=7e4a141">
|
|
304
310
|
|
|
305
|
-
<picture><source media="(prefers-color-scheme: dark)" srcset="https://
|
|
311
|
+
<picture><source media="(prefers-color-scheme: dark)" srcset="https://assets.scsstocss.org/images/icons/home/white/icon32x27.png?v=7e4a141"><img height=13 src="https://assets.scsstocss.org/images/icons/home/dark-gray/icon32x27.png?v=7e4a141"></picture> <a href="https://js-utils.org">**More JavaScript utilities**</a> /
|
|
306
312
|
<a href="https://github.scsstocss.org/discussions">Discuss</a> /
|
|
307
313
|
<a href="#--scss-to-css">Back to top ↑</a>
|
package/docs/SECURITY.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<h6>
|
|
3
3
|
<picture>
|
|
4
|
-
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://
|
|
5
|
-
<img height=14 src="https://
|
|
4
|
+
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://assets.scsstocss.org/images/icons/earth/white/icon32.svg?v=7e4a141">
|
|
5
|
+
<img height=14 src="https://assets.scsstocss.org/images/icons/earth/black/icon32.svg?v=7e4a141">
|
|
6
6
|
</picture>
|
|
7
7
|
English |
|
|
8
8
|
<a href="zh-cn/SECURITY.md">简体中文</a> |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adamlui/scss-to-css",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.24",
|
|
4
4
|
"description": "Recursively compile all SCSS files into minified CSS",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Adam Lui",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"node-clipboardy": "^1.0.3",
|
|
61
|
-
"sass": "^1.83.
|
|
61
|
+
"sass": "^1.83.4"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@adamlui/minify.js": "^1.8.5"
|