Skip to content

Commit 50ce0e8

Browse files
committed
chore: add changeset for uncompiled CSS architecture
1 parent 0c7eaa2 commit 50ce0e8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@datum-cloud/datum-ui": minor
3+
---
4+
5+
Ship uncompiled CSS instead of compiled Tailwind output (fixes #16)
6+
7+
- **Breaking:** Grid and NProgress CSS are now separate optional imports (`@datum-cloud/datum-ui/grid`, `@datum-cloud/datum-ui/nprogress`)
8+
- **Breaking:** Requires Tailwind CSS v4.0.7+ (v4.2.1+ recommended)
9+
- Removed CSS compilation from build pipeline — raw CSS files are copied to dist
10+
- Embedded `@source` directive in shipped CSS for zero-config consumer class scanning
11+
- Pre-expanded grid system `@apply` directives into self-contained CSS
12+
- Eliminated duplicate Tailwind stylesheets that caused responsive utility conflicts

0 commit comments

Comments
 (0)