clean readme
This commit is contained in:
8
postcss.config.js
Normal file
8
postcss.config.js
Normal file
@ -0,0 +1,8 @@
|
||||
import tailwind from 'tailwindcss'
|
||||
import tailwindConfig from './tailwind.config.js'
|
||||
import autoprefixer from 'autoprefixer'
|
||||
export default {
|
||||
plugins: [tailwind(tailwindConfig), autoprefixer]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user