@tsed/tailwind-formio 3.0.0-rc.3 → 3.0.0-rc.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/readme.md +2 -2
- package/styles/icon.css +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -125,8 +125,8 @@ Optionally, you can import fonts and icons:
|
|
|
125
125
|
```diff
|
|
126
126
|
@import "@formio/js/dist/formio.full.css";
|
|
127
127
|
@import "./tailwind.css";
|
|
128
|
-
+@import "
|
|
129
|
-
+@import "
|
|
128
|
+
+@import "@tsed/tailwind-formio/fonts/source-sans-pro/index.css";
|
|
129
|
+
+@import "@tsed/tailwind-formio/fonts/inconsolata/index.css";
|
|
130
130
|
+@import "lucide-static/font/lucide.css"; // if you want to use lucide icons (you have to install it)
|
|
131
131
|
+@import "./fonts/bxicons/index.css"; // if you want to use bxicons (you have to install it)
|
|
132
132
|
@import "@tsed/tailwind-formio/styles/index.css";
|
package/styles/icon.css
CHANGED