First commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import tailwindcssLogical from 'tailwindcss-logical'
|
||||
import type { Config } from 'tailwindcss'
|
||||
|
||||
import tailwindPlugin from './src/@core/tailwind/plugin'
|
||||
|
||||
const config: Config = {
|
||||
content: ['./src/**/*.{js,ts,jsx,tsx,css}'],
|
||||
corePlugins: {
|
||||
preflight: false
|
||||
},
|
||||
important: '#__next',
|
||||
plugins: [tailwindcssLogical, tailwindPlugin],
|
||||
theme: {
|
||||
extend: {}
|
||||
}
|
||||
}
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user