@@ -743,13 +743,13 @@ module.exports = {
743
743
backgroundClip : [ 'responsive' ] ,
744
744
backgroundColor : [ 'responsive' , 'dark' , 'group-hover' , 'focus-within' , 'hover' , 'focus' ] ,
745
745
backgroundImage : [ 'responsive' ] ,
746
- backgroundOpacity : [ 'responsive' , 'group-hover' , 'focus-within' , 'hover' , 'focus' ] ,
746
+ backgroundOpacity : [ 'responsive' , 'dark' , ' group-hover', 'focus-within' , 'hover' , 'focus' ] ,
747
747
backgroundPosition : [ 'responsive' ] ,
748
748
backgroundRepeat : [ 'responsive' ] ,
749
749
backgroundSize : [ 'responsive' ] ,
750
750
borderCollapse : [ 'responsive' ] ,
751
751
borderColor : [ 'responsive' , 'dark' , 'group-hover' , 'focus-within' , 'hover' , 'focus' ] ,
752
- borderOpacity : [ 'responsive' , 'group-hover' , 'focus-within' , 'hover' , 'focus' ] ,
752
+ borderOpacity : [ 'responsive' , 'dark' , ' group-hover', 'focus-within' , 'hover' , 'focus' ] ,
753
753
borderRadius : [ 'responsive' ] ,
754
754
borderStyle : [ 'responsive' ] ,
755
755
borderWidth : [ 'responsive' ] ,
@@ -760,7 +760,7 @@ module.exports = {
760
760
cursor : [ 'responsive' ] ,
761
761
display : [ 'responsive' ] ,
762
762
divideColor : [ 'responsive' , 'dark' ] ,
763
- divideOpacity : [ 'responsive' ] ,
763
+ divideOpacity : [ 'responsive' , 'dark' ] ,
764
764
divideStyle : [ 'responsive' ] ,
765
765
divideWidth : [ 'responsive' ] ,
766
766
fill : [ 'responsive' ] ,
@@ -815,7 +815,7 @@ module.exports = {
815
815
placeItems : [ 'responsive' ] ,
816
816
placeSelf : [ 'responsive' ] ,
817
817
placeholderColor : [ 'responsive' , 'dark' , 'focus' ] ,
818
- placeholderOpacity : [ 'responsive' , 'focus' ] ,
818
+ placeholderOpacity : [ 'responsive' , 'dark' , ' focus'] ,
819
819
pointerEvents : [ 'responsive' ] ,
820
820
position : [ 'responsive' ] ,
821
821
resize : [ 'responsive' ] ,
@@ -834,7 +834,7 @@ module.exports = {
834
834
textAlign : [ 'responsive' ] ,
835
835
textColor : [ 'responsive' , 'dark' , 'group-hover' , 'focus-within' , 'hover' , 'focus' ] ,
836
836
textDecoration : [ 'responsive' , 'group-hover' , 'focus-within' , 'hover' , 'focus' ] ,
837
- textOpacity : [ 'responsive' , 'group-hover' , 'focus-within' , 'hover' , 'focus' ] ,
837
+ textOpacity : [ 'responsive' , 'dark' , ' group-hover', 'focus-within' , 'hover' , 'focus' ] ,
838
838
textOverflow : [ 'responsive' ] ,
839
839
textTransform : [ 'responsive' ] ,
840
840
transform : [ 'responsive' ] ,
0 commit comments