Skip to content

Release Notes - Version 2.1.0

Latest

Choose a tag to compare

@DerKatzeLP DerKatzeLP released this 25 Feb 16:54

CSSOrganizer v2.1.0

✨ New Feature – Custom Project Root

You can now define a custom project root when running CSSOrganizer.
This allows for more flexible usage across different folder structures and environments.

Example Usage

# Standard form
npx css-organizer --root /path/to/your/project

# Short form
npx css-o --root /path/to/your/project

If no --root argument is provided, CSSOrganizer defaults to the current working directory.

🧹 Improvements

  • Better handling of relative and absolute paths
  • General code cleanup and performance optimizations
  • Improved CLI output readability

⚙️ Upgrade

Update your local installation to the latest version using:

npm install -g @derkatzelp/cssorganizer@latest