Skip to content

Commit

Permalink
purge ./resources/views/components/action-message.blade.php ./resour…
Browse files Browse the repository at this point in the history
…ces/views/components/action-section.blade.php ./resources/views/components/application-logo.blade.php ./resources/views/components/application-mark.blade.php ./resources/views/components/authentication-card-logo.blade.php ./resources/views/components/authentication-card.blade.php ./resources/views/components/button.blade.php ./resources/views/components/confirmation-modal.blade.php ./resources/views/components/danger-button.blade.php ./resources/views/components/dialog-modal.blade.php ./resources/views/components/dropdown-link.blade.php ./resources/views/components/dropdown.blade.php ./resources/views/components/form-section.blade.php ./resources/views/components/input-error.blade.php ./resources/views/components/input.blade.php ./resources/views/components/label.blade.php ./resources/views/components/modal.blade.php ./resources/views/components/nav-link.blade.php ./resources/views/components/responsive-nav-link.blade.php ./resources/views/components/secondary-button.blade.php ./resources/views/components/section-border.blade.php ./resources/views/components/section-title.blade.php ./resources/views/components/switchable-team.blade.php ./resources/views/components/validation-errors.blade.php ./resources/views/components/welcome.blade.php
  • Loading branch information
themsaid committed Sep 2, 2020
1 parent 1d56a69 commit af9bba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/inertia/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const defaultTheme = require('tailwindcss/defaultTheme');

module.exports = {
purge: ['./storage/framework/views/*.php', './resources/js/**/*.vue'],
purge: ['./storage/framework/views/*.php', './resources/views/**/*.blade.php', './resources/js/**/*.vue'],

theme: {
extend: {
Expand Down

0 comments on commit af9bba5

Please sign in to comment.