diff --git a/packages/tailwindcss-intellisense/CHANGELOG.md b/packages/tailwindcss-intellisense/CHANGELOG.md index 9194c20f4f0e462e6b8f22296f21efaf77d5ec28..7ccd48ce83d21b64467ebd31d6749c1e4e8c57e8 100644 --- a/packages/tailwindcss-intellisense/CHANGELOG.md +++ b/packages/tailwindcss-intellisense/CHANGELOG.md @@ -1,10 +1,5 @@ # Changelog -## 0.5.9 - -- Add `focus-visible`, `checked`, `motion-safe`, `motion-reduce`, and `dark` to `@variants` completions -- Add `showPixelEquivalents` and `rootFontSize` settings (#200) - ## 0.5.8 - Fix error when `@​apply` is used within a plugin (#255) diff --git a/packages/tailwindcss-intellisense/README.md b/packages/tailwindcss-intellisense/README.md index abf392d77e3a2b41d233105f91a629387cbadccc..6e0f4ca008dffdab979292187cb19c9ac5372dc5 100644 --- a/packages/tailwindcss-intellisense/README.md +++ b/packages/tailwindcss-intellisense/README.md @@ -81,15 +81,6 @@ - `on`: Color decorators are rendered. - `off`: Color decorators are not rendered. ## Installation -Tailwind CSS IntelliSense enhances the Tailwind development experience by providing Visual Studio Code users with advanced features such as autocomplete, syntax highlighting, and linting. - -Show `px` equivalents for `rem` CSS values in completions and hovers. **Default: `true`** - -### `tailwindCSS.rootFontSize` - -Root font size in pixels. Used to convert `rem` CSS values to their `px` equivalents. See [`tailwindCSS.showPixelEquivalents`](#tailwindcssshowpixelequivalents). **Default: `16`** - -## Installation ## Features Enable linting. Rules can be configured individually using the `tailwindcss.lint` settings: