-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve how multiple classes are built-up #97
Comments
Hey @rogden, Looking to work on this today. Are there any docs for how to test locally, such as a playground, demo script, npm-link or such like? The |
Hey. What version of Node are you running? I know it works on 16.x for me. Run |
I'll try 16, but did you know It's well into EOL now? Are there any reasons not to upgrade? |
FWIW, this is it on my machine: A bit of digging; strangely, it runs fine from the terminal, but was unhappy in Webstorm's terminal, unless I ran it via the debugger. Anyway, looks like it's running now, so I can at least have a dig! A nice todo would be replacing the old Vue CLI setup with a Vue 3 / Vite setup. It's way-quicker for development. |
The "shift-click to copy multiple classes" is useful, but what I would love would be an area somewhere on the page to build up classes and see a preview.
Something along the lines of:
It would order the final classes by type, and use Tailwind Merge to skip duplicates.
Keep up the great work!
The text was updated successfully, but these errors were encountered: