restructure: main.css is the manifest, 01-asw.css is the framework

- asw.css → main.css (just imports, no theming :root)
- 01-tokens.css → 01-asw.css (this IS the ASW design system)
- Removed empty :root {} theming block
- Updated deploy.sh PostCSS path
This commit is contained in:
Vigilio Desto 2026-04-10 19:27:39 +02:00
parent 5deaa22e38
commit bffb86338d
Signed by: vigilio
GPG key ID: 159D6AD58C8E55E9
3 changed files with 4 additions and 9 deletions

View file

@ -4,6 +4,6 @@ set -euo pipefail
cd ~/projects/asw
git pull origin main --ff-only
npm ci --prefer-offline 2>/dev/null
npx postcss assets/css/asw.css -o assets/css/asw-built.css
npx postcss assets/css/main.css -o assets/css/asw-built.css
hugo
echo "[$(date -u +%Y-%m-%dT%H:%M:%SZ)] Deploy complete" >> /tmp/asw-deploy.log