We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a1d11 commit 1fd51afCopy full SHA for 1fd51af
README.md
@@ -27,7 +27,7 @@ yarn add tw-to-css -E
27
#### CDN
28
29
```html
30
-<script src="https://unpkg.com/tw-to-css@0.0.10/dist/cdn.min.js"></script>
+<script src="https://unpkg.com/tw-to-css@0.0.12/dist/cdn.min.js"></script>
31
```
32
33
## Usage
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tw-to-css",
3
- "version": "0.0.11",
+ "version": "0.0.12",
4
"description": "Tailwindcss Inline CSS",
5
"main": "dist/index.cjs",
6
"module": "dist/index.mjs",
0 commit comments