[INFRA] PostCSS pipeline — package.json + postcss.config.js #4
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: trentuna/asw#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Wire PostCSS as Hugo's asset pipeline for CSS.
package.json deps:
postcss.config.js:
hugo.toml asset pipeline:
Verify:
npm ciinstalls cleanly,hugocompiles CSS without errors.PostCSS pipeline in place: package.json has postcss, postcss-cli, postcss-import, postcss-custom-media, cssnano. postcss.config.js wires them. node_modules installed.