Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
update changelog and readme
Brad Cornes <bradlc41@gmail.com>
3 years ago
2 changed files, 13 additions(+), 0 deletions(-)
M packages/tailwindcss-intellisense/CHANGELOG.md -> packages/tailwindcss-intellisense/CHANGELOG.md
diff --git a/packages/tailwindcss-intellisense/CHANGELOG.md b/packages/tailwindcss-intellisense/CHANGELOG.md
index 7ccd48ce83d21b64467ebd31d6749c1e4e8c57e8..9194c20f4f0e462e6b8f22296f21efaf77d5ec28 100644
--- a/packages/tailwindcss-intellisense/CHANGELOG.md
+++ b/packages/tailwindcss-intellisense/CHANGELOG.md
@@ -1,5 +1,10 @@
 # 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)
M packages/tailwindcss-intellisense/README.md -> packages/tailwindcss-intellisense/README.md
diff --git a/packages/tailwindcss-intellisense/README.md b/packages/tailwindcss-intellisense/README.md
index 6e0f4ca008dffdab979292187cb19c9ac5372dc5..abf392d77e3a2b41d233105f91a629387cbadccc 100644
--- a/packages/tailwindcss-intellisense/README.md
+++ b/packages/tailwindcss-intellisense/README.md
@@ -80,6 +80,14 @@ - `inherit`: Color decorators are rendered if `editor.colorDecorators` is enabled.
 - `on`: Color decorators are rendered.
 - `off`: Color decorators are not rendered.
 
+### `tailwindCSS.showPixelEquivalents`
+
+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`**
+
 ### `tailwindCSS.validate`
 
 Enable linting. Rules can be configured individually using the `tailwindcss.lint` settings: