santycss 1.4.0 → 1.6.0

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/package.json CHANGED
@@ -1,68 +1,68 @@
1
- {
2
- "name": "santycss",
3
- "version": "1.4.0",
4
- "description": "Plain-English utility-first CSS framework — no build step, just classes",
5
- "main": "index.js",
6
- "style": "dist/santy.css",
7
- "exports": {
8
- ".": "./index.js",
9
- "./css": "./dist/santy.css",
10
- "./css/core": "./dist/santy-core.css",
11
- "./css/components": "./dist/santy-components.css",
12
- "./css/animations": "./dist/santy-animations.css",
13
- "./css/email": "./dist/santy-email.css",
14
- "./min": "./dist/santy.min.css",
15
- "./postcss": "./postcss/index.js",
16
- "./jit": "./santy-jit.js",
17
- "./vite": "./vite-plugin-santycss.js",
18
- "./purge": "./lib/purge-core.js"
19
- },
20
- "files": [
21
- "dist/",
22
- "postcss/",
23
- "lib/",
24
- "index.js",
25
- "santy-jit.js",
26
- "vite-plugin-santycss.js",
27
- "purge.js",
28
- "README.md"
29
- ],
30
- "bin": {
31
- "santycss": "./purge.js"
32
- },
33
- "keywords": [
34
- "css",
35
- "framework",
36
- "utility-css",
37
- "tailwind-alternative",
38
- "plain-english",
39
- "no-build",
40
- "santycss",
41
- "postcss",
42
- "vite"
43
- ],
44
- "scripts": {
45
- "build": "node build.js",
46
- "purge": "node purge.js",
47
- "dev": "node build.js && echo 'Watching...'",
48
- "prepublish": "node build.js"
49
- },
50
- "peerDependencies": {
51
- "postcss": ">=8.0.0"
52
- },
53
- "peerDependenciesMeta": {
54
- "postcss": {
55
- "optional": true
56
- }
57
- },
58
- "author": "Santy",
59
- "license": "MIT",
60
- "repository": {
61
- "type": "git",
62
- "url": "https://github.com/ChintuSanty/santyCSS.git"
63
- },
64
- "homepage": "https://santycss.santy.in",
65
- "bugs": {
66
- "url": "https://github.com/ChintuSanty/santyCSS/issues"
67
- }
68
- }
1
+ {
2
+ "name": "santycss",
3
+ "version": "1.6.0",
4
+ "description": "Plain-English utility-first CSS framework — no build step, just classes",
5
+ "main": "index.js",
6
+ "style": "dist/santy.css",
7
+ "exports": {
8
+ ".": "./index.js",
9
+ "./css": "./dist/santy.css",
10
+ "./css/core": "./dist/santy-core.css",
11
+ "./css/components": "./dist/santy-components.css",
12
+ "./css/animations": "./dist/santy-animations.css",
13
+ "./css/email": "./dist/santy-email.css",
14
+ "./min": "./dist/santy.min.css",
15
+ "./postcss": "./postcss/index.js",
16
+ "./jit": "./santy-jit.js",
17
+ "./vite": "./vite-plugin-santycss.js",
18
+ "./purge": "./lib/purge-core.js"
19
+ },
20
+ "files": [
21
+ "dist/",
22
+ "postcss/",
23
+ "lib/",
24
+ "index.js",
25
+ "santy-jit.js",
26
+ "vite-plugin-santycss.js",
27
+ "purge.js",
28
+ "README.md"
29
+ ],
30
+ "bin": {
31
+ "santycss": "./purge.js"
32
+ },
33
+ "keywords": [
34
+ "css",
35
+ "framework",
36
+ "utility-css",
37
+ "tailwind-alternative",
38
+ "plain-english",
39
+ "no-build",
40
+ "santycss",
41
+ "postcss",
42
+ "vite"
43
+ ],
44
+ "scripts": {
45
+ "build": "node build.js",
46
+ "purge": "node purge.js",
47
+ "dev": "node build.js && echo 'Watching...'",
48
+ "prepublish": "node build.js"
49
+ },
50
+ "peerDependencies": {
51
+ "postcss": ">=8.0.0"
52
+ },
53
+ "peerDependenciesMeta": {
54
+ "postcss": {
55
+ "optional": true
56
+ }
57
+ },
58
+ "author": "Santy",
59
+ "license": "MIT",
60
+ "repository": {
61
+ "type": "git",
62
+ "url": "https://github.com/ChintuSanty/santyCSS.git"
63
+ },
64
+ "homepage": "https://santycss.santy.in",
65
+ "bugs": {
66
+ "url": "https://github.com/ChintuSanty/santyCSS/issues"
67
+ }
68
+ }