Skip to content

Commit

Permalink
point .pcss files at CSSAsset (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
chee authored and devongovett committed Dec 15, 2017
1 parent ed35a09 commit f62d476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Parser {
this.registerExtension('yml', './assets/YAMLAsset');

this.registerExtension('css', './assets/CSSAsset');
this.registerExtension('pcss', './assets/CSSAsset');
this.registerExtension('styl', './assets/StylusAsset');
this.registerExtension('less', './assets/LESSAsset');
this.registerExtension('sass', './assets/SASSAsset');
Expand Down

0 comments on commit f62d476

Please sign in to comment.