Skip to content

Commit 48818ca

Browse files
authored
Add logo (#241)
* add logo * add logo in README * add icon for vscode extension * add changelog
1 parent 6533c2b commit 48818ca

6 files changed

Lines changed: 47 additions & 0 deletions

File tree

.changeset/small-clowns-accept.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'css-modules-kit-vscode': patch
3+
---
4+
5+
chore: add logo for vscode extension

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
A toolkit for making CSS Modules useful.
44

5+
<p align="center">
6+
<img alt="Logo" width="256" height="256" src="./docs/logo.png" />
7+
</p>
8+
59
## Intro
610

711
By default, CSS Modules have limited language features in editors. For example:

docs/logo.png

8.17 KB
Loading

docs/logo.svg

Lines changed: 37 additions & 0 deletions
Loading

packages/vscode/image/logo.png

8.17 KB
Loading

packages/vscode/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"engines": {
2424
"vscode": "^1.84.0"
2525
},
26+
"icon": "./image/logo.png",
2627
"keywords": [
2728
"css-modules",
2829
"typescript"

0 commit comments

Comments
 (0)