Skip to content

Latest commit

 

History

History
executable file
·
31 lines (19 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

executable file
·
31 lines (19 loc) · 1.29 KB

Changelog

0.2.0

  • Support for Tailwind v1 via LSP 🎉
  • Support for multi-root workspaces
  • Support for reason, slim, edge, njk, svelte files (thanks @nhducit, @wayness, @mattwaler, @guillaumebriday)
  • Support for non-default Tailwind separators
  • Add @variants completions
  • Better support for dynamic class(Name) values in JSX
  • Disables Emmet support by default. This can be enabled via the tailwindCSS.emmetCompletions setting

0.1.16

0.1.15

  • add support for leaf files (#16)

0.1.10

  • add syntax definitions for @apply and config():

    Before:

    Syntax highlighting before update

    After:

    Syntax highlighting after update