@melcanz85/chaincss 1.6.0 → 1.6.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 +11 -11
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -53,17 +53,17 @@ Project Structure
|
|
|
53
53
|
|
|
54
54
|
Create this folder structure in your project:
|
|
55
55
|
|
|
56
|
-
your-project/
|
|
57
|
-
├── chaincss/ # ChainCSS source files
|
|
58
|
-
│ ├── main.jcss # Main entry file
|
|
59
|
-
│ ├── chain.jcss # Chaining definitions
|
|
60
|
-
│ └── processor.js # Processing script
|
|
61
|
-
├── public/ # Output files
|
|
62
|
-
│ ├── index.html
|
|
63
|
-
│ └── style.css # Generated CSS
|
|
64
|
-
├── node_modules/
|
|
65
|
-
├── package.json
|
|
66
|
-
└── package-lock.json
|
|
56
|
+
your-project/
|
|
57
|
+
├── chaincss/ # ChainCSS source files
|
|
58
|
+
│ ├── main.jcss # Main entry file
|
|
59
|
+
│ ├── chain.jcss # Chaining definitions
|
|
60
|
+
│ └── processor.js # Processing script
|
|
61
|
+
├── public/ # Output files
|
|
62
|
+
│ ├── index.html
|
|
63
|
+
│ └── style.css # Generated CSS
|
|
64
|
+
├── node_modules/
|
|
65
|
+
├── package.json
|
|
66
|
+
└── package-lock.json
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
The Initialization processor Setup
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@melcanz85/chaincss",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "A simple package transpiler for js to css",
|
|
5
5
|
"main": "chaincss.js",
|
|
6
6
|
"publishConfig": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/melcanz08/chaincss.git"
|
|
13
13
|
},
|
|
14
|
-
"homepage": "https://github.
|
|
14
|
+
"homepage": "https://melcanz08.github.io/chaincss-website",
|
|
15
15
|
"bin": {
|
|
16
16
|
"chaincss": "chaincss.js"
|
|
17
17
|
},
|