Skip to content

Commit b703940

Browse files
chiiyayazeedobaid
authored andcommitted
Enable support for .pcss extension
1 parent 07a3b46 commit b703940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class LaravelMixPostCssConfigPlugin {
3939
return {
4040
rules: [
4141
{
42-
test: /\.css/,
42+
test: /\.(css|pcss)/,
4343
use: [{ loader: "postcss-loader", options: this.options }]
4444
}
4545
]

0 commit comments

Comments
 (0)