Skip to content

Commit 1d56a69

Browse files
authored
Apply fixes from StyleCI (#19)
1 parent 56d3b80 commit 1d56a69

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

stubs/inertia/tailwind.config.js

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

33
module.exports = {
4-
purge: [
5-
'./storage/framework/views/*.php',
6-
'./resources/js/**/*.vue',
7-
],
4+
purge: ['./storage/framework/views/*.php', './resources/js/**/*.vue'],
85

96
theme: {
107
extend: {

stubs/livewire/tailwind.config.js

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

33
module.exports = {
4-
purge: [
5-
'./storage/framework/views/*.php',
6-
],
4+
purge: ['./storage/framework/views/*.php'],
75

86
theme: {
97
extend: {

0 commit comments

Comments
 (0)