Skip to content

Releases: sublimelsp/LSP-tailwindcss

v0.0.5

11 Oct 21:30
2269e39
Compare
Choose a tag to compare

Maintenance

  • Update tailwindcss-intellisense from 0.6.15 to 0.7.1.
  • Show message in the status bar if the tailwindcss dependency is not installed in the workspace.

For the full CHANGELOG see https://github.com/tailwindlabs/tailwindcss-intellisense/releases.

v0.0.4

10 Oct 23:34
930e9a2
Compare
Choose a tag to compare

Improvements

  • skip npm install because dependecies are bundeled

v0.0.3

04 Oct 19:27
Compare
Choose a tag to compare

Maintenance

Update tailwindcss-intellisense from 0.6.12 to 0.6.15.
For the full CHANGELOG see https://github.com/tailwindlabs/tailwindcss-intellisense/releases.

v0.0.2

14 Jul 18:59
7691ea4
Compare
Choose a tag to compare

Fixed:

  • The language server will now start even when the tailwind config file is located in a sub-directory of the current workspace.
  • Previously LSP-tailwindcss would start only if the tailwind config file is named tailwind.config.js. Now that file can also be named tailwind.js, tailwind.cjs, tailwind.config.cjs.

v0.0.1

27 Jun 08:28
8e559b2
Compare
Choose a tag to compare
add twig support (#11)

Co-authored-by: Predrag Nikolic <[email protected]>