proto-tinker-wc 0.0.2 → 0.0.3

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,9 +15,12 @@ To run this locally:
15
15
 
16
16
  - [proto-tailwindcss-clrs][clrs-tw] - _TailwindCSS plugin for custom colors_
17
17
  - [Simple Trick to Clean Up Tailwind CSS in React][tw-trick] - _the tw utility_
18
+ - [TailwindCSS][tailwind-css] - _a utility-first CSS framework_
19
+
18
20
 
19
21
 
20
22
 
21
23
  [wc-tinker]: https://wc-tinker.vercel.app
22
24
  [clrs-tw]: https://github.com/eswat2/proto-tailwindcss-clrs
23
25
  [tw-trick]: https://www.skies.dev/tailwind-react-trick
26
+ [tailwind-css]: https://tailwindcss.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-tinker-wc",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "prototype - simple demo built from Stencil & Tailwind",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",