mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Initialize Nuxt
This commit is contained in:
commit
cdf047d777
23 changed files with 13831 additions and 0 deletions
9
postcss.config.js
Normal file
9
postcss.config.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
const join = require('path').join
|
||||
const tailwindJS = join(__dirname, 'tailwind.js')
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('tailwindcss')(tailwindJS),
|
||||
require('autoprefixer')
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue