@adamlui/scss-to-css 1.10.43 → 1.10.45
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 +3 -3
- package/docs/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,8 +31,8 @@
|
|
|
31
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
32
|
<a href="#%EF%B8%8F-mit-license">
|
|
33
33
|
<img height=31 src="https://img.shields.io/badge/License-MIT-fc4f2d.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.
|
|
35
|
-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.10.
|
|
34
|
+
<a href="https://github.com/adamlui/js-utils/releases/tag/scss-to-css-1.10.45">
|
|
35
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.10.45-44cc11.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
36
36
|
<a href="https://www.npmjs.com/package/@adamlui/scss-to-css?activeTab=code">
|
|
37
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
38
|
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_scss-to-css:node.js/src/scss-to-css.js">
|
|
@@ -64,7 +64,7 @@ $ npm install @adamlui/scss-to-css
|
|
|
64
64
|
|
|
65
65
|
<br>
|
|
66
66
|
|
|
67
|
-
<a href="https://github.com/sponsors/adamlui"><img src="https://assets.scsstocss.org/images/banners/sponsor/$10/banner1660x260.png?v=
|
|
67
|
+
<a href="https://github.com/sponsors/adamlui"><img src="https://assets.scsstocss.org/images/banners/sponsor/$10/banner1660x260.png?v=f3129dd"></a>
|
|
68
68
|
|
|
69
69
|
<img height=6px width="100%" src="https://assets.scsstocss.org/images/separators/aqua-gradient.png?v=7e4a141">
|
|
70
70
|
|
package/docs/README.md
CHANGED
|
@@ -31,8 +31,8 @@
|
|
|
31
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
32
|
<a href="#%EF%B8%8F-mit-license">
|
|
33
33
|
<img height=31 src="https://img.shields.io/badge/License-MIT-fc4f2d.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.
|
|
35
|
-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.10.
|
|
34
|
+
<a href="https://github.com/adamlui/js-utils/releases/tag/scss-to-css-1.10.45">
|
|
35
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.10.45-44cc11.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
36
36
|
<a href="https://www.npmjs.com/package/@adamlui/scss-to-css?activeTab=code">
|
|
37
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
38
|
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_scss-to-css:node.js/src/scss-to-css.js">
|
|
@@ -64,7 +64,7 @@ $ npm install @adamlui/scss-to-css
|
|
|
64
64
|
|
|
65
65
|
<br>
|
|
66
66
|
|
|
67
|
-
<a href="https://github.com/sponsors/adamlui"><img src="https://assets.scsstocss.org/images/banners/sponsor/$10/banner1660x260.png?v=
|
|
67
|
+
<a href="https://github.com/sponsors/adamlui"><img src="https://assets.scsstocss.org/images/banners/sponsor/$10/banner1660x260.png?v=f3129dd"></a>
|
|
68
68
|
|
|
69
69
|
<img height=6px width="100%" src="https://assets.scsstocss.org/images/separators/aqua-gradient.png?v=7e4a141">
|
|
70
70
|
|
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.45",
|
|
4
4
|
"description": "Recursively compile all SCSS files into minified CSS",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Adam Lui",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"node-clipboardy": "^1.0.3",
|
|
68
|
-
"sass": "^1.
|
|
68
|
+
"sass": "^1.94.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@adamlui/minify.js": "^1.8.6"
|