WindCraft is a small tool for visually editing Tailwind CSS classes. It aims to provide a simple and intuitive way to create Tailwind CSS classes without having to remember all the class names or managing the long class names.
Tip: Tailwind CSS classes are added to the element as you edit the properties. You can see the classes added in the class attribute of the element.
This extension depends on Tailwind CSS v4.x
This extension contributes the following settings:
windcraft.themeFile
: Tailwind CSS theme css file path. (Defaults to projectmain.css
or the Tailwind CSStheme.css
package file)
- Currently might add more styles than needed - working on a way to reduce the number of classes added
- Performance / Accessibility / Usability improvements in planned
Preview release of WindCraft - a visual Tailwind CSS editor.
- Rewritten the communication layer between the extension and the TypeScript Language Server Plugin to improve performance and reliability.
- Added generalized utility functionality to create Rpc calls, for now over Sockets but can be extended to other communication channels.
- Configured Turborepo to manage the monorepo structure and dependencies.
- Configured Changesets to manage the versioning and changelog generation. (preparing for automation)
We now have two dependencies less in the project and a simpler build setup + type safety for the communication layer 🍻
- Add preview mode to see the changes in real-time
- Add tooltips on all buttons and inputs to help users understand what each button does
- Improve accessibility and usability of the editor
- Add support for design system tokens
Enjoy!