Skip to content

Reyzartz/toolwind

Repository files navigation

Toolwind - Tailwind CSS DevTool

Toolwind is a Chrome extension to simplify working with Tailwind CSS. Add, edit, remove, and copy classes directly in your browser for faster and more efficient development.

Features

  • Quick Class Management: Add, modify, or remove Tailwind CSS classes with ease.
  • Clipboard Copy: Copy classes instantly for reuse.
  • Real-time Customization: Integrate custom Tailwind configs and preview updates live.
  • Intuitive Interface: Built for seamless navigation and usability.

Installation

Install from the Chrome Web Store.

Run Locally

  1. Clone the repository:

    git clone https://github.com/Reyzartz/toolwind.git  
    cd toolwind  
  2. Install dependencies:

    npm install  
  3. Build the extension:

    npm run build  
  4. Load it into Chrome:

    • Open chrome://extensions/ in your browser.
    • Enable "Developer mode" (toggle in the top-right corner).
    • Click "Load unpacked" and select the dist folder from the project directory.

Contributing

Fork the repo, create a branch, and submit a pull request.

License

Licensed under the MIT License.

Releases

No releases published

Packages

No packages published