File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,6 @@ Here's a complete list of available element modifiers:
188
188
| ` prose-td:{utility} ` | ` td ` |
189
189
| ` prose-img:{utility} ` | ` img ` |
190
190
| ` prose-picture:{utility} ` | ` picture ` |
191
- | ` prose-images:{utility} ` | ` img ` , ` picture ` |
192
191
| ` prose-video:{utility} ` | ` video ` |
193
192
| ` prose-hr:{utility} ` | ` hr ` |
194
193
@@ -347,9 +346,9 @@ See our internal [style definitions](https://github.com/tailwindlabs/tailwindcss
347
346
If you need to use a class name other than ` prose ` for any reason, you can do so using the ` className ` option when registering the plugin:
348
347
349
348
``` css
350
- @import " tailwindcss" ;
349
+ @import ' tailwindcss' ;
351
350
@plugin "@tailwindcss/typography" {
352
- className : wysiwyg;
351
+ classname : wysiwyg;
353
352
}
354
353
```
355
354
You can’t perform that action at this time.
0 commit comments