Run lint:fix

This commit is contained in:
Sam Carlton 2020-09-15 19:20:16 -05:00
parent 5f8c8ba307
commit b7da76ec3a
6 changed files with 556 additions and 587 deletions

View file

@ -2,8 +2,5 @@ const join = require('path').join
const tailwindJS = join(__dirname, 'tailwind.js')
module.exports = {
plugins: [
require('tailwindcss')(tailwindJS),
require('autoprefixer')
]
plugins: [require('tailwindcss')(tailwindJS), require('autoprefixer')]
}