We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a1607 commit a2289b4Copy full SHA for a2289b4
2 files changed
README.md
@@ -120,3 +120,6 @@ This project is licensed under the [MIT License](LICENSE).
120
## Acknowledgments
121
122
Give credit to any external libraries, tools, or individuals you'd like to acknowledge.
123
+
124
+## Idea and inspiration
125
+This package is inspired by the [css-rule-order](https://9elements.com/css-rule-order/)
cssOrganizer.js
@@ -1,9 +1,3 @@
1
-/*
2
-This script organizes the style block similar to
3
-https://9elements.com/css-rule-order/
4
-but precisely according to the specifications in the grouping JSON file
5
-*/
6
-
7
import css from "css"
8
import { readFileSync } from "fs"
9
import fsp from "fs/promises"
0 commit comments