Skip to content

Commit

Permalink
Merge pull request #543 from JLHwung/add-more-babel-configuration
Browse files Browse the repository at this point in the history
Add more babel configuration file format and replace babel icon
  • Loading branch information
orta committed Mar 12, 2020
2 parents 0fcf005 + 8f76005 commit d59ccd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion icons/babel.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions styles/components/icons/mapping.less
Expand Up @@ -471,6 +471,11 @@

// BABEL
.icon-set(".babelrc", "babel", @yellow);
.icon-set(".babelrc.js", "babel", @yellow);
.icon-set(".babelrc.cjs", "babel", @yellow);
.icon-set("babel.config.js", "babel", @yellow);
.icon-set("babel.config.json", "babel", @yellow);
.icon-set("babel.config.cjs", "babel", @yellow);

// BOWER
.icon-set("bower.json", "bower", @orange);
Expand Down

0 comments on commit d59ccd0

Please sign in to comment.