File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
2- ! tailwindcss v3.1.4 | MIT License | https://tailwindcss.com
2+ ! tailwindcss v3.1.5 | MIT License | https://tailwindcss.com
33*/
44
55/*
@@ -977,11 +977,6 @@ svg {
977977 background-color : rgb (148 163 184 / var (--tw-bg-opacity ));
978978}
979979
980- .bg-emerald-500 {
981- --tw-bg-opacity : 1 ;
982- background-color : rgb (16 185 129 / var (--tw-bg-opacity ));
983- }
984-
985980.bg-green-600 {
986981 --tw-bg-opacity : 1 ;
987982 background-color : rgb (22 163 74 / var (--tw-bg-opacity ));
@@ -1027,6 +1022,11 @@ svg {
10271022 background-color : rgb (209 250 229 / var (--tw-bg-opacity ));
10281023}
10291024
1025+ .bg-emerald-500 {
1026+ --tw-bg-opacity : 1 ;
1027+ background-color : rgb (16 185 129 / var (--tw-bg-opacity ));
1028+ }
1029+
10301030.bg-emerald-600 {
10311031 --tw-bg-opacity : 1 ;
10321032 background-color : rgb (5 150 105 / var (--tw-bg-opacity ));
Original file line number Diff line number Diff line change @@ -7,25 +7,25 @@ module.exports = {
77 } ,
88 safelist : [
99 {
10- pattern : / b g - ( s l a t e | r e d | e m e r a l d | s k y ) - ( 5 0 | 1 0 0 | 5 0 0 ) / ,
10+ pattern : / ^ b g - ( s l a t e | r e d | e m e r a l d | s k y ) - ( 5 0 | 1 0 0 | 5 0 0 ) ? $ / ,
1111 } ,
1212 {
13- pattern : / b g - ( s l a t e | r e d | e m e r a l d | s k y ) - 6 0 0 / ,
13+ pattern : / ^ b g - ( s l a t e | r e d | e m e r a l d | s k y ) - 6 0 0 ? $ / ,
1414 variants : [ 'hover' ]
1515 } ,
1616 {
17- pattern : / t e x t - ( s l a t e | r e d | e m e r a l d | s k y ) - ( 5 0 0 | 9 0 0 ) / ,
17+ pattern : / ^ t e x t - ( s l a t e | r e d | e m e r a l d | s k y ) - ( 5 0 0 | 9 0 0 ) ? $ / ,
1818 } ,
1919 {
20- pattern : / t e x t - ( s l a t e | r e d | e m e r a l d | s k y ) - 7 0 0 / ,
20+ pattern : / ^ t e x t - ( s l a t e | r e d | e m e r a l d | s k y ) - 7 0 0 ? $ / ,
2121 variants : [ 'hover' ]
2222 } ,
2323 {
24- pattern : / b o r d e r - ( s l a t e | r e d | e m e r a l d | s k y ) - 3 0 0 / ,
24+ pattern : / ^ b o r d e r - ( s l a t e | r e d | e m e r a l d | s k y ) - 3 0 0 ? $ / ,
2525 variants : [ 'focus' ]
2626 } ,
2727 {
28- pattern : / r i n g - ( s l a t e | r e d | e m e r a l d | s k y ) - ( 1 0 0 | 2 0 0 | 3 0 0 ) / ,
28+ pattern : / ^ r i n g - ( s l a t e | r e d | e m e r a l d | s k y ) - ( 1 0 0 | 2 0 0 | 3 0 0 ) ? $ / ,
2929 variants : [ 'focus' ]
3030 } ,
3131 'ml-64' ,
You can’t perform that action at this time.
0 commit comments