Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .changeset/sweet-hotels-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
"@db-ux/core-foundations": patch
---

feat(tailwind): add individual color theme files for all color variants

- Create separate CSS files for each color
- 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

* burgundy
* critical
* cyan
* green
* informational
* light-green
* neutral
* orange
* pink
* red
* successful
* turquoise
* violet
* warning
* yellow

Loading