Skip to content

Commit

Permalink
Merge pull request #709 from elias-pap/add-vite-icon
Browse files Browse the repository at this point in the history
feat: add Vite icon
  • Loading branch information
orta authored Nov 25, 2024
2 parents 88bcd4a + e7166b1 commit 1cac4f3
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 0 deletions.
Empty file added file-types/vite.config.cjs
Empty file.
Empty file added file-types/vite.config.cts
Empty file.
Empty file added file-types/vite.config.js
Empty file.
Empty file added file-types/vite.config.mjs
Empty file.
Empty file added file-types/vite.config.mts
Empty file.
Empty file added file-types/vite.config.ts
Empty file.
1 change: 1 addition & 0 deletions icons/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions styles/components/icons/mapping.less
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,14 @@
// Visualforce
.icon-set(".component", "html", @orange);

// VITE
.icon-set("vite.config.js", "vite", @yellow);
.icon-set("vite.config.ts", "vite", @yellow);
.icon-set("vite.config.mjs", "vite", @yellow);
.icon-set("vite.config.mts", "vite", @yellow);
.icon-set("vite.config.cjs", "vite", @yellow);
.icon-set("vite.config.cts", "vite", @yellow);

// VUE
.icon-set(".vue", "vue", @green);

Expand Down

0 comments on commit 1cac4f3

Please sign in to comment.