Skip to content

Commit b4583cb

Browse files
authored
docs: highlighting
1 parent 5a1ea0a commit b4583cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Edit `eslint.config.js`:
117117

118118
Edit `.vscode/settings.json`:
119119

120-
```
120+
```json
121121
{
122122
"files.exclude": {
123123
"**/*.mist.css.tsx": true,
@@ -131,7 +131,7 @@ If you're using NextJS, you may need to add [support for nested declarations](ht
131131

132132
Use Tailwind's `@apply` directive to style your CSS component. For example:
133133

134-
```
134+
```css
135135
&[data-danger] {
136136
@apply bg-red text-white
137137
}

0 commit comments

Comments
 (0)