@ertugrulozcan97/apexui 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/tokens.css +4 -0
package/package.json
CHANGED
package/src/tokens.css
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
ApexUI — Design Tokens (Tailwind v4 CSS theme)
|
|
3
3
|
Import this AFTER @import "tailwindcss" in your project.
|
|
4
4
|
============================================================ */
|
|
5
|
+
|
|
6
|
+
/* Tell Tailwind to scan apexui's compiled output for class names */
|
|
7
|
+
@source "../dist/apexui.es.js";
|
|
8
|
+
|
|
5
9
|
@theme {
|
|
6
10
|
/* Brand colors */
|
|
7
11
|
--color-brand-50: #fff6ee;
|