File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ module.exports = plugin.withOptions(
97
97
[ 'td' ] ,
98
98
[ 'img' ] ,
99
99
[ 'picture' ] ,
100
- [ 'images' , 'img' , 'picture' ] ,
101
100
[ 'video' ] ,
102
101
[ 'hr' ] ,
103
102
[ 'lead' , '[class~="lead"]' ] ,
@@ -134,4 +133,3 @@ module.exports = plugin.withOptions(
134
133
}
135
134
}
136
135
)
137
-
Original file line number Diff line number Diff line change @@ -707,6 +707,7 @@ test('element variants', async () => {
707
707
prose-th:text-left
708
708
prose-td:align-center
709
709
prose-img:rounded-lg
710
+ prose-picture:my-8
710
711
prose-video:my-12
711
712
prose-hr:border-t-2
712
713
"
@@ -855,6 +856,11 @@ test('element variants', async () => {
855
856
: is (: where (img): not (: where ([class ~= 'not-prose' ], [class ~= 'not-prose' ] * ))) {
856
857
border-radius : 0.5rem ;
857
858
}
859
+ .prose-picture\:my-8
860
+ : is (: where (picture): not (: where ([class ~= 'not-prose' ], [class ~= 'not-prose' ] * ))) {
861
+ margin-top : 2rem ;
862
+ margin-bottom : 2rem ;
863
+ }
858
864
.prose-video\:my-12
859
865
: is (: where (video): not (: where ([class ~= 'not-prose' ], [class ~= 'not-prose' ] * ))) {
860
866
margin-top : 3rem ;
You can’t perform that action at this time.
0 commit comments