Skip to content

Commit ffb290a

Browse files
authored
remove just in time mode from tailwind config (#926)
1 parent 12121d8 commit ffb290a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: stubs/inertia/tailwind.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const defaultTheme = require('tailwindcss/defaultTheme');
22

33
module.exports = {
4-
mode: 'jit',
54
content: [
65
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
76
'./vendor/laravel/jetstream/**/*.blade.php',

Diff for: stubs/livewire/tailwind.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const defaultTheme = require('tailwindcss/defaultTheme');
22

33
module.exports = {
4-
mode: 'jit',
54
content: [
65
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
76
'./vendor/laravel/jetstream/**/*.blade.php',

0 commit comments

Comments
 (0)