Skip to content

james2doyle/sublime-tailwindcss

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.2%
  • JavaScript 7.8%