You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,22 @@ In order for the extension to activate you must have [`tailwindcss` installed](h
8
8
9
9
## Features
10
10
11
-
-**Autocomplete**
11
+
-**Autocomplete**
12
12
Intelligent suggestions for class names, [CSS directives](https://tailwindcss.com/docs/functions-and-directives/), and the [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme)
Provides syntax definitions so that use of Tailwind features doesn’t mess up your syntax highlighting
28
28
29
29
## Troubleshooting
@@ -74,7 +74,7 @@ Unknown value used with the [`@tailwind` directive](https://tailwindcss.com/docs
74
74
75
75
#### `tailwindCSS.lint.invalidApply`
76
76
77
-
Unsupported use of the [`@apply` directive](https://tailwindcss.com/docs/functions-and-directives/#apply). For example class names which contain pseudo selectors cannot currently be used with `@apply`. **Default: `error`**
77
+
Unsupported use of the [`@apply` directive](https://tailwindcss.com/docs/functions-and-directives/#apply). **Default: `error`**
0 commit comments