Skip to content

Commit a321e9e

Browse files
Merge pull request #106 from DeckThemes/dev
Version 2.0.2
2 parents d394112 + 36d7fb6 commit a321e9e

32 files changed

+705
-407
lines changed

assets/css-store-preview.png

993 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SDH-CssLoader",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A css loader",
55
"scripts": {
66
"build": "shx rm -rf dist && rollup -c",
@@ -45,7 +45,7 @@
4545
"color": "^4.2.3",
4646
"decky-frontend-lib": "^3.22.0",
4747
"lodash": "^4.17.21",
48-
"react-icons": "^4.3.1"
48+
"react-icons": "^4.12.0"
4949
},
5050
"pnpm": {
5151
"peerDependencyRules": {

plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "CSS Loader",
3-
"author": "Such Meme, Many Skill, Beebles",
3+
"author": "DeckThemes",
44
"flags": [],
55
"publish": {
66
"tags": ["style"],
7-
"description": "Loads CSS (themes) dynamically into the steam deck game ui",
8-
"image": "https://cdn.discordapp.com/attachments/450631843583229954/998236445032599573/unknown.png"
7+
"description": "Dynamically loads themes developed with CSS into the Steam UI. For more information, visit deckthemes.com.",
8+
"image": "https://raw.githubusercontent.com/suchmememanyskill/SDH-CssLoader/main/assets/css-store-preview.png"
99
}
1010
}

0 commit comments

Comments
 (0)