@@ -3047,6 +3047,12 @@ select{
3047
3047
opacity : 0.5 ;
3048
3048
}
3049
3049
3050
+ .\!shadow-none {
3051
+ --tw-shadow : 0 0 # 0000 !important ;
3052
+ --tw-shadow-colored : 0 0 # 0000 !important ;
3053
+ box-shadow : var (--tw-ring-offset-shadow , 0 0 # 0000 ), var (--tw-ring-shadow , 0 0 # 0000 ), var (--tw-shadow ) !important ;
3054
+ }
3055
+
3050
3056
.shadow {
3051
3057
--tw-shadow : 0 1px 3px 0 rgb (0 0 0 / 0.1 ), 0 1px 2px -1px rgb (0 0 0 / 0.1 );
3052
3058
--tw-shadow-colored : 0 1px 3px 0 var (--tw-shadow-color ), 0 1px 2px -1px var (--tw-shadow-color );
@@ -3077,12 +3083,6 @@ select{
3077
3083
box-shadow : var (--tw-ring-offset-shadow , 0 0 # 0000 ), var (--tw-ring-shadow , 0 0 # 0000 ), var (--tw-shadow );
3078
3084
}
3079
3085
3080
- .\!shadow-none {
3081
- --tw-shadow : 0 0 # 0000 !important ;
3082
- --tw-shadow-colored : 0 0 # 0000 !important ;
3083
- box-shadow : var (--tw-ring-offset-shadow , 0 0 # 0000 ), var (--tw-ring-shadow , 0 0 # 0000 ), var (--tw-shadow ) !important ;
3084
- }
3085
-
3086
3086
.\!outline-none {
3087
3087
outline : 2px solid transparent !important ;
3088
3088
outline-offset : 2px !important ;
@@ -3159,10 +3159,6 @@ select{
3159
3159
--tw-ring-color : rgb (255 255 255 / var (--tw-ring-opacity ));
3160
3160
}
3161
3161
3162
- .ring-transparent {
3163
- --tw-ring-color : transparent;
3164
- }
3165
-
3166
3162
.ring-opacity-5 {
3167
3163
--tw-ring-opacity : 0.05 ;
3168
3164
}
@@ -3625,14 +3621,6 @@ select{
3625
3621
outline-offset : 2px ;
3626
3622
}
3627
3623
3628
- .focus\:outline : focus {
3629
- outline-style : solid;
3630
- }
3631
-
3632
- .focus\:outline-indigo-700 : focus {
3633
- outline-color : # 4338ca ;
3634
- }
3635
-
3636
3624
.focus\:ring-0 : focus {
3637
3625
--tw-ring-offset-shadow : var (--tw-ring-inset ) 0 0 0 var (--tw-ring-offset-width ) var (--tw-ring-offset-color );
3638
3626
--tw-ring-shadow : var (--tw-ring-inset ) 0 0 0 calc (0px + var (--tw-ring-offset-width )) var (--tw-ring-color );
@@ -3691,11 +3679,6 @@ select{
3691
3679
--tw-ring-color : rgb (14 165 233 / var (--tw-ring-opacity ));
3692
3680
}
3693
3681
3694
- .focus\:ring-indigo-700 : focus {
3695
- --tw-ring-opacity : 1 ;
3696
- --tw-ring-color : rgb (67 56 202 / var (--tw-ring-opacity ));
3697
- }
3698
-
3699
3682
.focus\:ring-offset-1 : focus {
3700
3683
--tw-ring-offset-width : 1px ;
3701
3684
}
0 commit comments