Skip to content

Commit 01eda45

Browse files
committed
readme wip
1 parent 8edc015 commit 01eda45

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,26 +60,26 @@ Enable linting. Rules can be configured individually using the `tailwindcss.lint
6060
- `warning`: rule violations will be considered "warnings," typically represented by a yellow underline
6161
- `error`: rule violations will be considered "errors," typically represented by a red underline
6262

63-
### `tailwindCSS.lint.invalidScreen`
63+
#### `tailwindCSS.lint.invalidScreen`
6464

6565
Unknown screen name used with the [`@screen` directive](https://tailwindcss.com/docs/functions-and-directives/#screen). **Default: `error`**
6666

67-
### `tailwindCSS.lint.invalidVariant`
67+
#### `tailwindCSS.lint.invalidVariant`
6868

6969
Unknown variant name used with the [`@variants` directive](https://tailwindcss.com/docs/functions-and-directives/#variants). **Default: `error`**
7070

71-
### `tailwindCSS.lint.invalidTailwindDirective`
71+
#### `tailwindCSS.lint.invalidTailwindDirective`
7272

7373
Unknown value used with the [`@tailwind` directive](https://tailwindcss.com/docs/functions-and-directives/#tailwind). **Default: `error`**
7474

75-
### `tailwindCSS.lint.invalidApply`
75+
#### `tailwindCSS.lint.invalidApply`
7676

7777
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`**
7878

79-
### `tailwindCSS.lint.invalidConfigPath`
79+
#### `tailwindCSS.lint.invalidConfigPath`
8080

8181
Unknown or invalid path used with the [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme). **Default: `error`**
8282

83-
### `tailwindCSS.lint.cssPropertyConflict`
83+
#### `tailwindCSS.lint.cssPropertyConflict`
8484

8585
Class names on the same HTML element which apply the same CSS property or properties. **Default: `warning`**

0 commit comments

Comments
 (0)