bulma-tailwind 0.1.0 → 0.1.1

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 +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -64,4 +64,10 @@ The package uses CSS variables defined in :root. You can override them:
64
64
  ```
65
65
 
66
66
  ## License
67
- MIT License
67
+ MIT License
68
+
69
+ ## Warnings
70
+ - This package is in early development. Not all Bulma classes are implemented yet, and some
71
+
72
+ ## Want to contribute?
73
+ 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.1",
4
4
  "main": "dist/bulma-tailwind.css",
5
5
  "style": "dist/bulma-tailwind.css",
6
6
  "scripts": {