This is a Node/PostCSS styles project. Build outputs are generated artifacts.
-
If local
npmis unavailable, use containerized Node:docker run --rm -v "$(pwd):/code" -w /code node:20 sh -lc "npm ci && npm run build:css"
-
Use
npm startonly for demo preview; it is not a replacement for a full CSS build. -
To regenerate
dist/files:- Update relevant source file(s) under
src/lib/_imports/... - Run the build command to regenerate the
dist/files.
- Update relevant source file(s) under
-
Before creating or updating a PR, review changed files and remove unexpected diff files.