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