Port CSS to Tailwind
This commit is contained in:
parent
ec098fa934
commit
ec175fe0c6
5 changed files with 66 additions and 190 deletions
|
|
@ -11,5 +11,11 @@ module.exports = {
|
|||
decimal: 'decimal',
|
||||
circle: 'circle'
|
||||
},
|
||||
screens: {
|
||||
'sm': '640px',
|
||||
// => @media (min-width: 640px) { ... }
|
||||
|
||||
'lg': '900px',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue