We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4025e3a commit 36c4685Copy full SHA for 36c4685
stubs/inertia/tailwind.config.js
@@ -2,6 +2,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');
2
3
module.exports = {
4
purge: [
5
+ './vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
6
'./vendor/laravel/jetstream/**/*.blade.php',
7
'./storage/framework/views/*.php',
8
'./resources/views/**/*.blade.php',
stubs/livewire/tailwind.config.js
0 commit comments