Skip to content

Commit

Permalink
Tweak wording in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Jun 24, 2024
1 parent 3d0673b commit e79550d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/vscode-tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
- Support Astro's `class:list` attribute by default (#890)
- Fix hovers and CSS conflict detection in Vue `<style lang="sass">` blocks (#930)
- Add support for `<script type="text/babel">` (#932)
- Show pixel equivalents in completions and hovers of the theme() helper (#935)
- Handle `style` exports condition when processing `@import`s (#934)
- Show pixel equivalents in completions and hovers of the `theme()` helper (#935)
- Handle `style` exports condition when processing `@import` statements (#934)
- Highlight `@theme` contents as a rule list (#937)
- Show color decorators for `oklab` and `oklch` colors (#936)
- Update fallback version of Tailwind to v3.4.2 (#938)
- Fix errors thrown by detecting content files with oxide (#945)
- Don't break when generating rules produces an error (#954)
- Fix crash when generating rules produces an error (#954)
- Add support for initializing when using `workspaceFolders` (#955)
- Don’t throw when reading CSS file that might not exist (#956)
- Fix crash when reading CSS files that don't exist (#956)
- Use one server to handle all folders in a workspace (#957)
- Fix v4 theme reloading on Windows (#960)
- Show color decorators when utility has an opacity modifier in v4 (#969)
Expand Down

0 comments on commit e79550d

Please sign in to comment.