Skip to content

Commit

Permalink
Apply fixes from StyleCI (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Sep 2, 2020
1 parent 56d3b80 commit 1d56a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions stubs/inertia/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
const defaultTheme = require('tailwindcss/defaultTheme');

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

theme: {
extend: {
Expand Down
4 changes: 1 addition & 3 deletions stubs/livewire/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
const defaultTheme = require('tailwindcss/defaultTheme');

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

theme: {
extend: {
Expand Down

0 comments on commit 1d56a69

Please sign in to comment.