Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit 66b9758

Browse files
committed
feat(styles): add pcss to default stylesheet extensions [PR #582]
1 parent 189fa88 commit 66b9758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js/lib/task-defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
"./node_modules"
4141
]
4242
},
43-
extensions: ["sass", "scss", "css"],
43+
extensions: ["sass", "scss", "css", "pcss"],
4444
cssnano: {
4545
// deprecated. configure cssnano in stylesheets.postcss.plugins
4646
},

0 commit comments

Comments
 (0)