Skip to content

Commit

Permalink
fix: add .postcssrc (JSON) to supported filenames.
Browse files Browse the repository at this point in the history
  • Loading branch information
Serge R. Kamel authored and PKief committed Feb 16, 2018
1 parent 7fa96ec commit 6b5338c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export const fileIcons: FileIcons = {
{
name: 'postcss',
fileExtensions: ['pcss', 'sss'],
fileNames: ['postcss.config.js', '.postcssrc.js']
fileNames: ['postcss.config.js', '.postcssrc.js', '.postcssrc']
},
{ name: 'todo', fileExtensions: ['todo'] },
{ name: 'coldfusion', fileExtensions: ['cfml', 'cfc', 'lucee'] },
Expand Down

0 comments on commit 6b5338c

Please sign in to comment.