v0.6.6: CSS dedup phases 2-5 (consolidation continues, no new features)
No template behavior changes; CSS-only refactor. Inputs/cards/cover/
header recipes consolidated to canonical primitives with modifier
classes. style.css gains a TOC + composition guide at the top to make
the primitive system discoverable. docs/design-system.md updated to
match shipped primitives.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 file changed,
+1 insertion,
-1 deletion
| 1 |
1 |
|
[package]
|
| 2 |
2 |
|
name = "makenotwork"
|
| 3 |
|
- |
version = "0.6.5"
|
|
3 |
+ |
version = "0.6.6"
|
| 4 |
4 |
|
edition = "2024"
|
| 5 |
5 |
|
license-file = "LICENSE"
|
| 6 |
6 |
|
|