Skip to content

Commit

Permalink
add .mjs to tailwind config file (#3477)
Browse files Browse the repository at this point in the history
Co-authored-by: Ang Wei Feng (Ted) <hello@tedawf.com>
  • Loading branch information
tedawf and Ang Wei Feng (Ted) committed May 4, 2024
1 parent 572ad42 commit 4c98bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iconsManifest/supportedExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4641,7 +4641,7 @@ export const extensions: IFileCollection = {
'.tailwind',
'.tailwindrc',
],
extensionsGlob: ['js', 'cjs', 'coffee', 'ts', 'json'],
extensionsGlob: ['js', 'cjs', 'coffee', 'ts', 'json', 'mjs'],
filename: true,
format: FileFormat.svg,
},
Expand Down

0 comments on commit 4c98bc5

Please sign in to comment.