Skip to content

Commit

Permalink
support wxss #254
Browse files Browse the repository at this point in the history
  • Loading branch information
刘祺 committed Jan 11, 2017
1 parent 5991f77 commit 675adb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Expand Up @@ -156,7 +156,7 @@ function processMultipleFiles (files) {


function isCss (filePath) {
return /^\.css|\.scss$/i.test(path.extname(filePath))
return /^\.css|\.scss|\.wxss$/i.test(path.extname(filePath))
}


Expand Down

0 comments on commit 675adb3

Please sign in to comment.