prewindcss 1.2.0 → 1.2.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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/theme.css +1 -0
package/README.md CHANGED
@@ -25,7 +25,7 @@ Prewind works with the platform, not around it. CSS already has a cascade, varia
25
25
  Load Prewind from a CDN or host it yourself:
26
26
 
27
27
  ```html
28
- <link rel="stylesheet" href="https://unpkg.com/prewindcss@1.2.0" />
28
+ <link rel="stylesheet" href="https://unpkg.com/prewindcss@1.2.1" />
29
29
  ```
30
30
 
31
31
  ### 2. Define your theme variables
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prewindcss",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Lightweight, no-build Tailwind alternative",
5
5
  "type": "module",
6
6
  "main": "prewind.css",
package/theme.css CHANGED
@@ -1,6 +1,7 @@
1
1
  /*
2
2
  ----------------------------------------
3
3
  Prewind Theme
4
+ https://github.com/codepilotsf/prewind
4
5
  ----------------------------------------
5
6
  */
6
7