Skip to content

Latest commit

 

History

History
executable file
·
19 lines (11 loc) · 931 Bytes

README.md

File metadata and controls

executable file
·
19 lines (11 loc) · 931 Bytes

Tailwind CSS Autocomplete for Sublime Text 3

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.

screenshot

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": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",

Credits

Forked from Tachyons Autocomplete for Sublime Text 3 by @webchun

Created based on UIKit Plugin