master
Brad Cornes 2021-12-07 16:33:27 +00:00
parent f5006a8ff2
commit edb38516ff
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 0.7.3
- Disable variant order linting and automatic sorting when using Tailwind v3
- Exclude the global selector (`*`) from class completions
## 0.7.2
- Update CSS syntax definitions
@ -111,7 +116,7 @@
## 0.5.9
- Add `focus-visible`, `checked`, `motion-safe`, `motion-reduce`, and `dark` to `@variants` completions
- Add `focus-visible`, `checked`, `motion-safe`, `motion-reduce`, and `dark` to `@variants` completions
- Add `showPixelEquivalents` and `rootFontSize` settings (#200)
## 0.5.8

View File

@ -5,7 +5,7 @@
"preview": true,
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
"version": "0.7.2",
"version": "0.7.3",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",