Skip to content

Commit e8d58bd

Browse files
authored
feat(tailwind): add individual color theme files for all color variants (#5267)
* feat(tailwind): add individual color theme files for all color variants - Create separate CSS files for each color (blue, brand, burgundy, etc.) - Move colors.css to colors/ subdirectory with adaptive theme - Add colors/index.css that imports all color variants - Update theme/index.css to import from colors/index.css - Each color file follows same structure as adaptive colors - Enables selective color imports for better modularity * Create sweet-hotels-agree.md
1 parent 1ac832c commit e8d58bd

22 files changed

+4484
-1
lines changed

.changeset/sweet-hotels-agree.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
"@db-ux/core-foundations": patch
3+
---
4+
5+
feat(tailwind): add individual color theme files for all color variants
6+
7+
- Create separate CSS files for each color
8+
- Move colors.css to colors/ subdirectory with adaptive theme
9+
- Add colors/index.css that imports all color variants
10+
- Update theme/index.css to import from colors/index.css
11+
12+
* burgundy
13+
* critical
14+
* cyan
15+
* green
16+
* informational
17+
* light-green
18+
* neutral
19+
* orange
20+
* pink
21+
* red
22+
* successful
23+
* turquoise
24+
* violet
25+
* warning
26+
* yellow
27+

0 commit comments

Comments
 (0)