tailwindcss-intellisense

Intelligent Tailwind CSS tooling for Visual Studio Code

Downloads
110.8K
Stars
2.7K
Committers
44

Bot releases are visible (Hide)

tailwindcss-intellisense - v0.6.15

Published by bradlc about 3 years ago

  • Support config files in hidden (dot) folders (#389)
  • Disable extension in virtual workspaces (#398)
  • Support exports fields when resolving dependencies (#412)
  • Add phoenix-heex language (#407)
  • Improve color parsing (#415)
tailwindcss-intellisense - v0.6.14

Published by bradlc about 3 years ago

  • Fix false positive error when using theme helper with a function value (thanks @choplin, #365)
  • Improve theme helper completion and hover info
  • Use character-based ranges when parsing class lists (#373)
tailwindcss-intellisense - v0.6.13

Published by bradlc over 3 years ago

  • [JIT] Fix missing semi-colons in CSS previews
  • [JIT] Remove @defaults from CSS previews
tailwindcss-intellisense - v0.6.12

Published by bradlc over 3 years ago

  • Fix hover error (#353)
tailwindcss-intellisense - v0.6.11

Published by bradlc over 3 years ago

  • Update @tailwind completions and diagnostics to account for @tailwind variants
tailwindcss-intellisense - v0.6.10

Published by bradlc over 3 years ago

  • Ignore content: "" when determining document colors. This enables color decorators for before and after variants
tailwindcss-intellisense - v0.6.9

Published by bradlc over 3 years ago

  • Use VS Code's built-in file watcher
tailwindcss-intellisense - v0.6.8

Published by bradlc over 3 years ago

  • Add Astro languages (astro and astro-markdown)
  • Fix incorrect separator (#343)
  • [JIT] Update opacity modifier completions to show the full class
tailwindcss-intellisense - v0.6.7

Published by bradlc over 3 years ago

  • Add support for tailwindcss v2.2
  • Fix excess semi-colons in CSS previews
  • Add tailwindCSS.inspectPort setting
tailwindcss-intellisense - v0.6.6

Published by bradlc over 3 years ago

  • [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)
tailwindcss-intellisense - v0.6.5

Published by bradlc over 3 years ago

tailwindcss-intellisense - v0.6.4

Published by bradlc over 3 years ago

  • 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)
tailwindcss-intellisense - v0.6.3

Published by bradlc over 3 years ago

  • [JIT] Fix error when using @apply in a plugin (#319)
tailwindcss-intellisense - v0.6.2

Published by bradlc over 3 years ago

  • Fix error when using a withOptions plugin without any options
tailwindcss-intellisense - v0.6.1

Published by bradlc over 3 years ago

  • Fix error caused by incorrect feature flags import
tailwindcss-intellisense - v0.6.0

Published by bradlc over 3 years ago

  • Add support for JIT mode
  • General stability and reliability improvements
tailwindcss-intellisense - v0.5.10

Published by bradlc over 3 years ago

  • Update output channel name (#262)
  • Fix initialisation failure when using "jit" mode with tailwindcss v2.1 (#296)
tailwindcss-intellisense - v0.5.9

Published by bradlc over 3 years ago

  • Add focus-visible, checked, motion-safe, motion-reduce, and dark to @variants completions
  • Add showPixelEquivalents and rootFontSize settings (#200)
tailwindcss-intellisense - v0.5.8

Published by bradlc over 3 years ago

  • Fix error when @​apply is used within a plugin (#255)
tailwindcss-intellisense - v0.5.7

Published by bradlc almost 4 years ago

  • Ignore file watcher permission errors (#238)
  • Update class attribute regex to support (class="_") (#233)
  • Fix fast-glob concurrency on certain operating systems (#226, #239)