@unocss/preset-icons 0.22.7 → 0.24.2
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 +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @unocss/preset-icons
|
|
2
2
|
|
|
3
|
-
Use **any** icons with **Pure CSS** for [UnoCSS](https://github.com/
|
|
3
|
+
Use **any** icons with **Pure CSS** for [UnoCSS](https://github.com/unocss/unocss).
|
|
4
4
|
|
|
5
5
|
<blockquote>
|
|
6
6
|
<p>💡 Recommend reading - <br><a href="https://antfu.me/posts/icons-in-pure-css"><strong>Icons in Pure CSS</strong></a><br></p>
|
|
@@ -57,7 +57,7 @@ npm i -D @iconify/json
|
|
|
57
57
|
|
|
58
58
|
## Configuration
|
|
59
59
|
|
|
60
|
-
Refer to the [type definition](https://github.com/
|
|
60
|
+
Refer to the [type definition](https://github.com/unocss/unocss/blob/main/packages/preset-icons/src/types.ts#L4) for all configurations avaliable.
|
|
61
61
|
|
|
62
62
|
### Extra Properties
|
|
63
63
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.24.2",
|
|
4
4
|
"description": "Pure CSS Icons for UnoCSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unocss",
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
"css-icons",
|
|
10
10
|
"iconify"
|
|
11
11
|
],
|
|
12
|
-
"homepage": "https://github.com/
|
|
12
|
+
"homepage": "https://github.com/unocss/unocss/tree/main/packages/preset-icons#readme",
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/
|
|
14
|
+
"url": "https://github.com/unocss/unocss/issues"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/
|
|
18
|
+
"url": "git+https://github.com/unocss/unocss.git",
|
|
19
19
|
"directory": "packages/preset-icons"
|
|
20
20
|
},
|
|
21
21
|
"funding": "https://github.com/sponsors/antfu",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"*.css"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@iconify/utils": "^1.0.
|
|
46
|
-
"@unocss/core": "0.
|
|
45
|
+
"@iconify/utils": "^1.0.23",
|
|
46
|
+
"@unocss/core": "0.24.2",
|
|
47
47
|
"local-pkg": "^0.4.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|