@unocss/preset-wind 0.51.2 → 0.51.3
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/dist/index.cjs +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -106,6 +106,7 @@ function bgGradientColorResolver() {
|
|
|
106
106
|
return {
|
|
107
107
|
"--un-gradient-from-position": "0%",
|
|
108
108
|
"--un-gradient-from": `${colorString} var(--un-gradient-from-position)`,
|
|
109
|
+
"--un-gradient-to-position": "100%",
|
|
109
110
|
"--un-gradient-to": `${bgGradientToValue(cssColor)} var(--un-gradient-to-position)`,
|
|
110
111
|
"--un-gradient-stops": "var(--un-gradient-from), var(--un-gradient-to)"
|
|
111
112
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -103,6 +103,7 @@ function bgGradientColorResolver() {
|
|
|
103
103
|
return {
|
|
104
104
|
"--un-gradient-from-position": "0%",
|
|
105
105
|
"--un-gradient-from": `${colorString} var(--un-gradient-from-position)`,
|
|
106
|
+
"--un-gradient-to-position": "100%",
|
|
106
107
|
"--un-gradient-to": `${bgGradientToValue(cssColor)} var(--un-gradient-to-position)`,
|
|
107
108
|
"--un-gradient-stops": "var(--un-gradient-from), var(--un-gradient-to)"
|
|
108
109
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-wind",
|
|
3
|
-
"version": "0.51.
|
|
3
|
+
"version": "0.51.3",
|
|
4
4
|
"description": "Tailwind / Windi CSS compact preset for UnoCSS",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"*.css"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@unocss/core": "0.51.
|
|
39
|
-
"@unocss/preset-mini": "0.51.
|
|
38
|
+
"@unocss/core": "0.51.3",
|
|
39
|
+
"@unocss/preset-mini": "0.51.3"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "unbuild",
|