forked from vuejs/vue-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: postcss extensions to default loader if no loader provided
If no postcss loader is provided in vue loader options then default to vue-loader handling This allows you to use vue internal postcss/css handling with known postcss extensions fixes: vuejs#942 fixes: vuejs#800 fixes: vuejs#654
- Loading branch information
1 parent
e637c88
commit 21fc1f9
Showing
3 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<style lang="pcss"> | ||
h1 { | ||
color: red; | ||
font-size: 14px | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters