Releases: tailwindlabs/tailwindcss-intellisense
Releases · tailwindlabs/tailwindcss-intellisense
v0.6.8
- Add Astro languages (
astro
and astro-markdown
)
- Fix incorrect separator (#343)
- [JIT] Update opacity modifier completions to show the full class
v0.6.7
- Add support for
tailwindcss
v2.2
- Fix excess semi-colons in CSS previews
- Add
tailwindCSS.inspectPort
setting
v0.6.6
- [JIT] Show
rem
pixel equivalents in completion item details (#332)
- [JIT] Fix initialisation when
mode
is set in a preset (#333)
- Fix completions and hovers inside
<style>
in JavaScript files (#334)
- Fix module resolution when path has a
#
character (#331)
v0.6.4
- Update minimum VS Code version requirement to
^1.52.0
- Potential fix for language feature duplication (#316, #326, #327)
- [JIT] Fix
@variants
completions and diagnostics (#324)
v0.6.3
- [JIT] Fix error when using
@apply
in a plugin (#319)
v0.6.2
- Fix error when using a
withOptions
plugin without any options
v0.6.1
- Fix error caused by incorrect feature flags import
v0.6.0
- Add support for JIT mode
- General stability and reliability improvements
v0.5.10
- Update output channel name (#262)
- Fix initialisation failure when using "jit" mode with tailwindcss v2.1 (#296)