Releases: tailwindlabs/tailwindcss-intellisense
Releases · tailwindlabs/tailwindcss-intellisense
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.4.3
v0.4.2
- Add color decorators for classes and CSS helper functions.
This can be configured with the newtailwindCSS.colorDecorators
setting. - Fix incorrect
cssConflict
warnings. (#136) - Fix completion triggers for "computed" class attributes.
- Disable
invalidApply
lint rule whenapplyComplexClasses
experimental flag is enabled. - Show all classes in
@apply
completion list whenapplyComplexClasses
experimental flag is enabled.
v0.4.1
- Fixed
cssConflict
lint rule when classes apply the same properties but have different scopes (#134) - Fixed JS error when providing diagnostics in the case that IntelliSense is not enabled (#133)
- Fixed config finder incorrectly determining that no config file can be found (#130)
- Fixed class name completion tree when config is a symlink
v0.4.0
- Added linting and quick fixes for both CSS and markup 🚀
- Updated module resolution for compatibility with pnpm (#128)
- The extension now ignores the
purge
option when extracting class names (#131) - Fixed hover offsets for class names which appear after interpolations