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.
- package/README.md +1 -1
- package/package.json +1 -1
- 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.
|
|
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