Skip to content

Commit

Permalink
update tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 16, 2021
1 parent 6d16217 commit de0cbf4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion stubs/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
const defaultTheme = require('tailwindcss/defaultTheme');

module.exports = {
purge: ['./storage/framework/views/*.php', './resources/views/**/*.blade.php'],
purge: [
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
'./storage/framework/views/*.php',
'./resources/views/**/*.blade.php'
],

theme: {
extend: {
Expand Down

0 comments on commit de0cbf4

Please sign in to comment.