tvl-depot/website/blog/themes/tailwind/tailwind.config.js
William Carroll 95e761e59b Move blog into website/blog
Nest the blog work within the website directory.
2020-03-20 00:46:29 +00:00

18 lines
277 B
JavaScript

module.exports = {
theme: {
extend: {
flex: {
'l-24': '0 0 6rem'
},
fontFamily: {
serif: ['Arvo'],
mono: ['Source Code Pro']
},
padding: {
'1/2': '0.125rem'
}
}
},
variants: {},
plugins: [],
}