Include tailwind components
This commit is contained in:
parent
14c5c2d1ff
commit
125929330c
|
@ -17,4 +17,5 @@
|
|||
@import 'components/talk/video'
|
||||
@import 'components/widget'
|
||||
|
||||
@tailwind components
|
||||
@tailwind utilities
|
||||
|
|
|
@ -326,7 +326,12 @@ module.exports = {
|
|||
zIndex: ['responsive'],
|
||||
},
|
||||
|
||||
plugins: [],
|
||||
plugins: [
|
||||
require('tailwindcss/plugins/container')({
|
||||
center: true,
|
||||
padding: '1rem',
|
||||
}),
|
||||
],
|
||||
|
||||
options: {
|
||||
important: true,
|
||||
|
|
Reference in a new issue