Make docs more mobile friendly
This commit is contained in:
parent
7700afda2b
commit
864b57aac1
7 changed files with 62 additions and 20 deletions
|
@ -1,6 +1,15 @@
|
|||
module.exports = {
|
||||
important: true,
|
||||
theme: {
|
||||
extend: {}
|
||||
extend: {
|
||||
lineHeight: {
|
||||
zero: '0'
|
||||
},
|
||||
flex: {
|
||||
full: '0 0 100%',
|
||||
flexible: '1 1 0'
|
||||
}
|
||||
}
|
||||
},
|
||||
variants: {},
|
||||
plugins: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue