Skip to content

Commit

Permalink
Merge pull request #82 from lucodear/icon/tailwind
Browse files Browse the repository at this point in the history
feat: ✨ add tailwind folder icon
  • Loading branch information
lucas-labs authored Jul 13, 2024
2 parents 9627c04 + 2f88407 commit 0b250c2
Show file tree
Hide file tree
Showing 5 changed files with 1,416 additions and 1,354 deletions.
1 change: 1 addition & 0 deletions icons-lc/misc/folder-tailwind-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons-lc/misc/folder-tailwind.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,756 changes: 1,402 additions & 1,354 deletions icons-lc/misc/~misc.ai

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1606,6 +1606,14 @@ export const fileIcons: FileIcons = {
{ name: 'lisp', fileExtensions: ['lisp', 'lsp', 'cl', 'fast'] },
{
name: 'tailwindcss',
fileExtensions: [
'tw.js',
'tw.cjs',
'tw.mjs',
'tw.ts',
'tw.cts',
'tw.mts',
],
fileNames: [
'tailwind.js',
'tailwind.ts',
Expand Down
4 changes: 4 additions & 0 deletions src/lucodear/icons/misc/folders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ export const folders = lucodear('misc', [
'sub-progs',
],
},
{
name: 'tailwind',
folderNames: ['tailwind', 'tw', 'tailwindcss'],
},
{
name: 'tasks',
folderNames: ['tasks', 'task', 'todo', 'todos'],
Expand Down

0 comments on commit 0b250c2

Please sign in to comment.