tailwind-sublime-autocomplete
tailwind-sublime-autocomplete copied to clipboard
Tailwind CSS Autocomplete for Sublime Text 3/4
I love being able to see a preview of the actual CSS for each tailwind class in VS Code's autocomplete: It's so useful being able to check what the values...
Hello, I have a question: why does this plugin only run for html files? I've seen here some open issues about other file extensions for svelte and react and I...
I build website by svelte.js autocomplete not work on .svelte files
We're setting base classes in `tailwind.css` [as recommended here](https://tailwindcss.com/docs/adding-base-styles#using-css) and also importing *.css files from `tailwind.css`. Would be rad if this autocomplete plugin worked for *.css files as well. Thanks!
In react, I can use this extension but coloring is not correct in .js file. Please add the ability to use in .jsx files
Do you know if the auto-suggestions can be displayed in numerical order (the same way there are with the Intellisense plugin) rather than alphabetical order? For example, on typing mt-,...
A bunch of code was removed and replaced with proper scope name. p.s. This code came to this project from [uikit-sublime](https://github.com/uikit/uikit-sublime). It was added by uikit-sublime plugin developer because that...
This commit removes a legacy code since we don't have a `data_completions` variable. p.s. Here is the source code of uikit where this variable came from https://github.com/uikit/uikit-sublime/blob/master/main.py#L12
Would be nice when you're using tailwind plugins. I see the list of classes is hardcoded in the py?