@@ -36,7 +36,8 @@ const config: Config = {
3636 'button-hovered' : 'var(--button-hovered)' ,
3737 } ,
3838 backgroundImage : {
39- 'radial-custom' : 'radial-gradient(at top right, #FFC201 0%, #1A3E2A 84%)' ,
39+ 'radial-custom' :
40+ 'radial-gradient(at top right, #FFC201 0%, #1A3E2A 84%)' ,
4041 'gradient-ltr-lightgreen-transparent' :
4142 'linear-gradient(to right, #36FF90,rgba(115, 115, 115, 0))' ,
4243 'gradient-utd-lightgreen-darkgreen' :
@@ -99,13 +100,15 @@ const config: Config = {
99100 } ,
100101 plugins : [
101102 require ( 'tailwindcss-animate' ) ,
102- function ( pluginApi : { addUtilities : ( utilities : Record < string , any > ) => void } ) {
103+ function ( pluginApi : {
104+ addUtilities : ( utilities : Record < string , any > ) => void ;
105+ } ) {
103106 const { addUtilities } = pluginApi ;
104107 addUtilities ( {
105- " .text-shadow-sm" : { textShadow : " 1px 1px 2px rgba(0, 0, 0, 0.3)" } ,
106- " .text-shadow-md" : { textShadow : " 2px 2px 4px rgba(0, 0, 0, 0.4)" } ,
107- " .text-shadow-lg" : { textShadow : " 3px 3px 6px rgba(0, 0, 0, 0.5)" } ,
108- " .text-shadow-xl" : { textShadow : " 4px 4px 8px rgba(0, 0, 0, 0.6)" } ,
108+ ' .text-shadow-sm' : { textShadow : ' 1px 1px 2px rgba(0, 0, 0, 0.3)' } ,
109+ ' .text-shadow-md' : { textShadow : ' 2px 2px 4px rgba(0, 0, 0, 0.4)' } ,
110+ ' .text-shadow-lg' : { textShadow : ' 3px 3px 6px rgba(0, 0, 0, 0.5)' } ,
111+ ' .text-shadow-xl' : { textShadow : ' 4px 4px 8px rgba(0, 0, 0, 0.6)' } ,
109112 } ) ;
110113 } ,
111114 ] ,
0 commit comments