mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Run lint:fix
This commit is contained in:
parent
5f8c8ba307
commit
b7da76ec3a
6 changed files with 556 additions and 587 deletions
|
|
@ -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')]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue