Skip to content

Commit

Permalink
Update stylus icon to new one. (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimiC authored and robertohuertasm committed Oct 26, 2017
1 parent af9ed73 commit ded6607
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions icons/file_type_light_stylus.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/file_type_stylus.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icon-manifest/supportedExtensions.ts
Expand Up @@ -456,7 +456,7 @@ export const extensions: IFileCollection = {
filename: true,
format: FileFormat.svg,
},
{ icon: 'stylus', extensions: [], languages: [languages.stylus], format: FileFormat.svg },
{ icon: 'stylus', extensions: [], languages: [languages.stylus], light: true, format: FileFormat.svg },
{ icon: 'storyboard', extensions: ['storyboard'], format: FileFormat.svg },
{ icon: 'storybook', extensions: ['story.js', 'stories.js'], format: FileFormat.svg },
{ icon: 'subversion', extensions: ['.svnignore'], filename: true, format: FileFormat.svg },
Expand Down

0 comments on commit ded6607

Please sign in to comment.