Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.14 KB

TailwindCSSAutocomplete

Tailwind CSS autocomplete for Sublime Text

Alternatives

Consider using LSP Tailwind

Install

Clone this repository into your Sublime Text package directory:

$ git clone https://github.com/bradlc/sublime-tailwindcss.git TailwindCSSAutocomplete

Note: you must clone the repo into a TailwindCSSAutocomplete directory

You may also need to set node_path in your Sublime Text Settings (Preferences.sublime-settings), for example:

{
  "node_path": "/usr/bin/node"
}

Note: you can find the path to your installation of Node using the which or where command, depending on your operating system

HTML

HTML autocomple

CSS

CSS autocomplete

Related