Skip to content

Commit 37632f7

Browse files
committed
Fix the stub
1 parent 4cfad46 commit 37632f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const defaultTheme = require('tailwindcss/defaultTheme')
22

3-
export default {
3+
module.exports = {
44
content: [
55
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
66
'./vendor/laravel/jetstream/**/*.blade.php',

0 commit comments

Comments
 (0)