Skip to content

Commit a2289b4

Browse files
committed
refactoring
1 parent 83a1607 commit a2289b4

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,6 @@ This project is licensed under the [MIT License](LICENSE).
120120
## Acknowledgments
121121

122122
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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
71
import css from "css"
82
import { readFileSync } from "fs"
93
import fsp from "fs/promises"

0 commit comments

Comments
 (0)