@youngonesworks/ui 0.1.27 → 0.1.29
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/dist/globals.css +1 -4
- package/dist/styles/variables.css +3 -0
- package/package.json +1 -1
package/dist/globals.css
CHANGED
|
@@ -226,3 +226,6 @@
|
|
|
226
226
|
--font-sans: "var(--font-gotham)", "ui-sans-serif", "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
227
227
|
--font-gotham: 'Gotham', sans-serif;
|
|
228
228
|
}
|
|
229
|
+
|
|
230
|
+
/* Change this path to be relative to where this CSS file ends up after packaging this library. */
|
|
231
|
+
@source "../../dist"
|