Add 'blog/themes/tailwind/' from commit '2cf446f4ef'
git-subtree-dir: blog/themes/tailwind git-subtree-mainline:d206a2812fgit-subtree-split:2cf446f4ef
This commit is contained in:
commit
6e4c721be5
23 changed files with 377 additions and 0 deletions
18
blog/themes/tailwind/tailwind.config.js
Normal file
18
blog/themes/tailwind/tailwind.config.js
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
flex: {
|
||||
'l-24': '0 0 6rem'
|
||||
},
|
||||
fontFamily: {
|
||||
serif: ['Arvo'],
|
||||
mono: ['Source Code Pro']
|
||||
},
|
||||
padding: {
|
||||
'1/2': '0.125rem'
|
||||
}
|
||||
}
|
||||
},
|
||||
variants: {},
|
||||
plugins: [],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue