Skip to content

Commit

Permalink
add less to file extension mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed May 27, 2020
1 parent 1e8bcc7 commit 37f1990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/src-file-extension-mapping.ts
Expand Up @@ -10,4 +10,5 @@ export default {
ejs: 'html',
njk: 'html',
scss: 'css',
less: 'css',
};

0 comments on commit 37f1990

Please sign in to comment.