Include tailwind components

This commit is contained in:
Oliver Davies 2018-07-22 23:36:20 +01:00
parent 14c5c2d1ff
commit 125929330c
2 changed files with 7 additions and 1 deletions

View file

@ -17,4 +17,5 @@
@import 'components/talk/video' @import 'components/talk/video'
@import 'components/widget' @import 'components/widget'
@tailwind components
@tailwind utilities @tailwind utilities

View file

@ -326,7 +326,12 @@ module.exports = {
zIndex: ['responsive'], zIndex: ['responsive'],
}, },
plugins: [], plugins: [
require('tailwindcss/plugins/container')({
center: true,
padding: '1rem',
}),
],
options: { options: {
important: true, important: true,