File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ protected function installLivewireStack()
142
142
'@tailwindcss/forms ' => '^0.5.0 ' ,
143
143
'@tailwindcss/typography ' => '^0.5.0 ' ,
144
144
'alpinejs ' => '^3.0.6 ' ,
145
- 'tailwindcss ' => '^3.0 .0 ' ,
145
+ 'tailwindcss ' => '^3.1 .0 ' ,
146
146
] + $ packages ;
147
147
});
148
148
@@ -302,7 +302,7 @@ protected function installInertiaStack()
302
302
'@inertiajs/progress ' => '^0.2.7 ' ,
303
303
'@tailwindcss/forms ' => '^0.5.0 ' ,
304
304
'@tailwindcss/typography ' => '^0.5.2 ' ,
305
- 'tailwindcss ' => '^3.0 .0 ' ,
305
+ 'tailwindcss ' => '^3.1 .0 ' ,
306
306
'vue ' => '^3.2.31 ' ,
307
307
'@vue/compiler-sfc ' => '^3.2.31 ' ,
308
308
'vue-loader ' => '^17.0.0 ' ,
Original file line number Diff line number Diff line change
1
+ /** @type {import('tailwindcss').Config } */
1
2
const defaultTheme = require ( 'tailwindcss/defaultTheme' ) ;
2
3
3
4
module . exports = {
Original file line number Diff line number Diff line change
1
+ /** @type {import('tailwindcss').Config } */
1
2
const defaultTheme = require ( 'tailwindcss/defaultTheme' ) ;
2
3
3
4
module . exports = {
You can’t perform that action at this time.
0 commit comments