@brightweblabs/theme 0.8.3 → 0.8.4
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/base.css +2 -0
- package/src/index.css +2 -0
- package/src/surfaces.css +2 -0
- package/src/tokens.css +2 -0
- package/themes/mq-aliases.css +2 -0
package/package.json
CHANGED
package/src/base.css
CHANGED
package/src/index.css
CHANGED
package/src/surfaces.css
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@layer theme, base, components, utilities;
|
|
2
|
+
|
|
1
3
|
/* ── Shared structural surfaces ───────────────────────────────────────── */
|
|
2
4
|
/* Layered so Tailwind utilities (p-0, bg-*, …) can override per-instance.
|
|
3
5
|
Unlayered, these beat @layer utilities and e.g. p-0 on the CRM table card
|
package/src/tokens.css
CHANGED