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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,26 +60,26 @@ Enable linting. Rules can be configured individually using the `tailwindcss.lint
60
60
-`warning`: rule violations will be considered "warnings," typically represented by a yellow underline
61
61
-`error`: rule violations will be considered "errors," typically represented by a red underline
62
62
63
-
### `tailwindCSS.lint.invalidScreen`
63
+
####`tailwindCSS.lint.invalidScreen`
64
64
65
65
Unknown screen name used with the [`@screen` directive](https://tailwindcss.com/docs/functions-and-directives/#screen). **Default: `error`**
66
66
67
-
### `tailwindCSS.lint.invalidVariant`
67
+
####`tailwindCSS.lint.invalidVariant`
68
68
69
69
Unknown variant name used with the [`@variants` directive](https://tailwindcss.com/docs/functions-and-directives/#variants). **Default: `error`**
70
70
71
-
### `tailwindCSS.lint.invalidTailwindDirective`
71
+
####`tailwindCSS.lint.invalidTailwindDirective`
72
72
73
73
Unknown value used with the [`@tailwind` directive](https://tailwindcss.com/docs/functions-and-directives/#tailwind). **Default: `error`**
74
74
75
-
### `tailwindCSS.lint.invalidApply`
75
+
####`tailwindCSS.lint.invalidApply`
76
76
77
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`**
78
78
79
-
### `tailwindCSS.lint.invalidConfigPath`
79
+
####`tailwindCSS.lint.invalidConfigPath`
80
80
81
81
Unknown or invalid path used with the [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme). **Default: `error`**
82
82
83
-
### `tailwindCSS.lint.cssPropertyConflict`
83
+
####`tailwindCSS.lint.cssPropertyConflict`
84
84
85
85
Class names on the same HTML element which apply the same CSS property or properties. **Default: `warning`**
0 commit comments