@blinkdotnew/ui 0.1.3 → 0.1.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/styles.css +1 -4
package/package.json
CHANGED
package/src/styles.css
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
/* @blinkdotnew/ui — all
|
|
2
|
-
Import this once in your app's index.css to activate all themes.
|
|
3
|
-
BlinkUIProvider adds .theme-{name} + .dark/.light to <html>. */
|
|
4
|
-
|
|
1
|
+
/* @blinkdotnew/ui — import this file in your app's index.css to get all themes */
|
|
5
2
|
@import './themes/base.css';
|
|
6
3
|
@import './themes/linear.css';
|
|
7
4
|
@import './themes/glass.css';
|