bulma-tailwind 0.1.1 → 0.1.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/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
Bulma CSS classes implemented with Tailwind CSS v4.
|
|
4
4
|
You can use the classes you know from Bulma (.button, .card, .modal, .columns, etc.) but the style is generated with Tailwind v4 utilities.
|
|
5
5
|
|
|
6
|
+
## Why?
|
|
7
|
+
- To provide a familiar API for Bulma users while leveraging Tailwind's utility-first approach.
|
|
8
|
+
|
|
9
|
+
## Demo
|
|
10
|
+
You can see a [live demo](https://bulma-tailwind.pages.dev/) of the implemented classes in the `src/example` folder. It includes examples of elements, components, and form controls styled with Tailwind CSS.
|
|
11
|
+
|
|
6
12
|
## Installation
|
|
7
13
|
|
|
8
14
|
```bash
|