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:
188188| ` prose-td:{utility} ` | ` td ` |
189189| ` prose-img:{utility} ` | ` img ` |
190190| ` prose-picture:{utility} ` | ` picture ` |
191- | ` prose-images:{utility} ` | ` img ` , ` picture ` |
192191| ` prose-video:{utility} ` | ` video ` |
193192| ` prose-hr:{utility} ` | ` hr ` |
194193
@@ -347,9 +346,9 @@ See our internal [style definitions](https://github.com/tailwindlabs/tailwindcss
347346If 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:
348347
349348``` css
350- @import " tailwindcss" ;
349+ @import ' tailwindcss' ;
351350@plugin "@tailwindcss/typography" {
352- className : wysiwyg;
351+ classname : wysiwyg;
353352}
354353```
355354
You can’t perform that action at this time.
0 commit comments