Skip to content

Commit

Permalink
rename to .pcss for IDE syntax inspections, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Sep 21, 2021
1 parent 8d792ac commit fd6888e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions mu-plugins/blocks/global-header-footer/postcss/style.css

This file was deleted.

3 changes: 3 additions & 0 deletions mu-plugins/blocks/global-header-footer/postcss/style.pcss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@import "common.pcss";
@import "header.pcss";
@import "footer.pcss";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"scripts": {
"start": "npm run build -- --watch",
"pre-build": "mkdir -p mu-plugins/blocks/global-header-footer/build",
"build": "npm run pre-build && postcss mu-plugins/blocks/global-header-footer/postcss/style.css --output mu-plugins/blocks/global-header-footer/build/style.css"
"build": "npm run pre-build && postcss mu-plugins/blocks/global-header-footer/postcss/style.pcss --output mu-plugins/blocks/global-header-footer/build/style.css"
}
}

0 comments on commit fd6888e

Please sign in to comment.