File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,13 @@ Here's a complete list of available element modifiers:
178
178
| ` prose-video:{utility} ` | ` video ` |
179
179
| ` prose-hr:{utility} ` | ` hr ` |
180
180
181
- When stacking these modifiers with other modifiers like ` hover ` , you most likely want the other modifier to come first:
181
+ When stacking these modifiers with other modifiers like ` hover ` , you most likely want the other modifier to come last:
182
+
183
+ ``` html
184
+ <article class =" prose prose-a:text-blue-600 prose-a:hover:text-blue-500" >{{ markdown }}</article >
185
+ ```
186
+
187
+ If you are still using in Tailwind CSS v3, the modifier order is the opposite:
182
188
183
189
``` html
184
190
<article class =" prose prose-a:text-blue-600 hover:prose-a:text-blue-500" >{{ markdown }}</article >
You can’t perform that action at this time.
0 commit comments