peasy-css 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.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,6 +11,10 @@ Built from [PeasyCSS](https://peasycss.com), the interactive CSS tools platform
|
|
|
11
11
|
|
|
12
12
|
> **Try the interactive tools at [peasycss.com](https://peasycss.com)** — [Gradient Generator](https://peasycss.com/tools/gradient/), [Box Shadow](https://peasycss.com/tools/box-shadow/), [Flexbox](https://peasycss.com/tools/flexbox/), [Grid](https://peasycss.com/tools/grid/), [Glassmorphism](https://peasycss.com/tools/glassmorphism/)
|
|
13
13
|
|
|
14
|
+
<p align="center">
|
|
15
|
+
<img src="demo.gif" alt="peasy-css demo — CSS minification, formatting, and analysis in terminal" width="800">
|
|
16
|
+
</p>
|
|
17
|
+
|
|
14
18
|
## Table of Contents
|
|
15
19
|
|
|
16
20
|
- [Install](#install)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "peasy-css",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Pure TypeScript CSS generator — gradients, shadows, flexbox, grid, animations, transforms, filters, glassmorphism, typography, clamp, and more. Zero dependencies, fully typed.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|