Tailwind CSS Autocomplete plugin for Tailwind CSS (v2.2.7).
Note: This plugin only autocompletes based on the default Tailwind CSS class names. It does not extend autocomplete based on your customized tailwind.config.js
.
You may want to remove the :
character in your word_separators
setting in your user Preference.sublime-settings file. This will prevent autocomplete from breaking on breakpoint and pseudo classes used within Tailwind.
// Characters that are considered to separate words
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
Forked from Tachyons Autocomplete for Sublime Text 3 by @webchun
Created based on UIKit Plugin