Releases: sublimelsp/LSP-tailwindcss
Releases · sublimelsp/LSP-tailwindcss
v0.0.5
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
Improvements
- skip npm install because dependecies are bundeled
v0.0.3
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
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 namedtailwind.js
,tailwind.cjs
,tailwind.config.cjs
.
v0.0.1
add twig support (#11) Co-authored-by: Predrag Nikolic <[email protected]>