bulma-tailwind 0.1.0 → 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.
Files changed (2) hide show
  1. package/README.md +13 -1
  2. 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
@@ -64,4 +70,10 @@ The package uses CSS variables defined in :root. You can override them:
64
70
  ```
65
71
 
66
72
  ## License
67
- MIT License
73
+ MIT License
74
+
75
+ ## Warnings
76
+ - This package is in early development. Not all Bulma classes are implemented yet, and some
77
+
78
+ ## Want to contribute?
79
+ Feel free to open an issue or submit a pull request with your changes. Any help is appreciated!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulma-tailwind",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "main": "dist/bulma-tailwind.css",
5
5
  "style": "dist/bulma-tailwind.css",
6
6
  "scripts": {