Skip to content

v0.14.3

Latest
Compare
Choose a tag to compare
@thecrypticace thecrypticace released this 05 Feb 15:37
· 2 commits to main since this release
  • Allow v4.0 projects not installed with npm to use IntelliSense (#1157)
  • Ignore preprocessor files when looking for v4 configs (#1159)
  • Allow language service to be used in native ESM environments (#1122)
  • Don't create v4 projects for CSS files that don't look like v4 configs #1164
  • Support property and variable completions inside @utility (#1165)
  • Support style-rule like completions inside @custom-variant (#1165)
  • Support style-rule like completions inside @variant (#1165)
  • Make sure @slot isn't considered an unknown at-rule (#1165)
  • Fix equivalent calculation when using prefixes in v4 (#1166)
  • Fix use of tailwindCSS.experimental.configFile option when using the bundled version of v4 (#1167)
  • Recursively resolve values from the theme (#1168)
  • Handle theme keys containing escaped commas (#1168)
  • Show colors for utilities when they point to CSS variables contained in the theme (#1168)