Skip to content

Commit

Permalink
Add Icon for windicss (#960)
Browse files Browse the repository at this point in the history
* add Icon for windicss

* added more file matches for windicss

* refactor

* Update color and position

Co-authored-by: PKief <philipp.kief@gmx.de>
  • Loading branch information
alexanderniebuhr and PKief committed Feb 27, 2021
1 parent 85ec92b commit 2c572f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions icons/windicss.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/icons/fileIcons.ts
Expand Up @@ -1396,5 +1396,14 @@ export const fileIcons: FileIcons = {
{ name: 'pipeline', fileExtensions: ['pipeline'] },
{ name: 'vite', fileNames: ['vite.config.js', 'vite.config.ts'] },
{ name: 'opa', fileExtensions: ['rego'] },
{
name: 'windicss',
fileNames: [
'windi.config.js',
'windi.config.ts',
'windi.config.cjs',
'windi.config.json',
],
},
],
};

0 comments on commit 2c572f8

Please sign in to comment.