Skip to content

Commit

Permalink
fix: add missing postcss.config.{mts,mjs} to defaults (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenos-the-stupid authored Aug 15, 2024
1 parent 8e04b65 commit 762e310
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1711,8 +1711,10 @@ const fileIcons: Record<string, {
fileNames: [
'postcss.config.js',
'postcss.config.cjs',
'postcss.config.mjs',
'postcss.config.ts',
'postcss.config.cts',
'postcss.config.mts',
'.postcssrc.js',
'.postcssrc.cjs',
'.postcssrc.ts',
Expand Down

0 comments on commit 762e310

Please sign in to comment.