@trackunit/css-core 1.12.0 → 1.12.2
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/lib/core.css +3 -0
package/package.json
CHANGED
package/src/lib/core.css
CHANGED
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
/* Load Tailwind plugins AFTER all imports */
|
|
17
17
|
@plugin "@tailwindcss/typography";
|
|
18
18
|
|
|
19
|
+
/* This loads all trackunit source files for tailwind to watch for changes */
|
|
20
|
+
@source "../../../**/*.{ts,tsx,js,jsx,css}";
|
|
21
|
+
|
|
19
22
|
/* Override to fix type="button" in safari */
|
|
20
23
|
[type="button"] {
|
|
21
24
|
-webkit-appearance: none;
|