@spiracss/html-cli 0.3.4 → 0.4.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/README.md +1 -1
- package/dist/cli.js +56 -53
- package/dist/html-format.js +50 -47
- package/dist/html-lint.js +47 -44
- package/dist/index.js +53 -50
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A CLI tool designed primarily for AI agents and automation scripts—generates S
|
|
|
4
4
|
|
|
5
5
|
## About SpiraCSS
|
|
6
6
|
|
|
7
|
-
[SpiraCSS](https://spiracss.jp) is a CSS architecture
|
|
7
|
+
[SpiraCSS](https://spiracss.jp) is a CSS architecture designed to stay intact. HTML structure decides where styles belong, and Stylelint enforces it — no matter who writes, human or AI.
|
|
8
8
|
|
|
9
9
|
This CLI is designed to be used with the [SpiraCSS Design Principles](https://spiracss.jp/architecture/principles/).
|
|
10
10
|
|