Agentic Semantic Web — CSS framework for agent-generated web content. Semantic HTML + data-attributes. Zero classes.
Find a file
B.A. Baracus a433b935fa
asw-v01: drop OpenProps, native CSS tokens system
- Replace OpenProps (~25KB) with native src/tokens.css (~40 tokens)
- Remove open-props, postcss-import from package.json + postcss.config
- Update main.css: remove @import open-props/*, import ./tokens.css
- Rewrite 01-tokens.css header to reference tokens.css
- All raw OpenProps values (font stacks, sizes, weights, colors,
  easings, durations, shadows, radii, animations, media queries)
  now defined natively in tokens.css
- Build uses cat concat + cssnano (no postcss-import needed)
- Build output: 78KB minified (saved ~24KB from OpenProps removal)
2026-06-07 10:43:34 +02:00
archive asw-v01: archive deferred content (packs, site, lab, legacy examples) 2026-06-07 10:39:21 +02:00
dist asw-v01: drop OpenProps, native CSS tokens system 2026-06-07 10:43:34 +02:00
docs feat: legacy import — packs, examples, lab, themes, docs, lineage 2026-04-11 16:57:39 +02:00
openspec asw-v01: drop OpenProps, native CSS tokens system 2026-06-07 10:43:34 +02:00
src asw-v01: drop OpenProps, native CSS tokens system 2026-06-07 10:43:34 +02:00
vendor refactor: restructure repo into src/ site/ dist/ vendor/ packs/ 2026-04-11 15:12:42 +02:00
.gitignore chore: add root public/ to .gitignore (Hugo build output) 2026-04-22 06:00:37 +02:00
AGENTS.md vigo: add AGENTS.md descriptor — structural identity file for asw release 2026-04-24 11:19:29 +02:00
CATALOG.md vigo: update CATALOG.md — description field, removed redundant h1/blockquote/contents 2026-05-28 16:24:42 +02:00
deploy.sh Fix Hugo build: nav.html used invalid hugo.Data syntax, fix deploy.sh path 2026-04-12 13:54:34 +02:00
package-lock.json asw-v01: drop OpenProps, native CSS tokens system 2026-06-07 10:43:34 +02:00
package.json asw-v01: drop OpenProps, native CSS tokens system 2026-06-07 10:43:34 +02:00
postcss.config.js asw-v01: drop OpenProps, native CSS tokens system 2026-06-07 10:43:34 +02:00
README.md Initial commit 2026-04-10 14:57:18 +00:00

asw

Agentic Semantic Web — CSS framework for agent-generated web content. Semantic HTML + data-attributes. Zero classes.