Port CSS to Tailwind

This commit is contained in:
Andrey Golovizin 2020-02-07 20:45:32 +01:00
parent ec098fa934
commit ec175fe0c6
5 changed files with 66 additions and 190 deletions

View file

@ -11,5 +11,11 @@ module.exports = {
decimal: 'decimal',
circle: 'circle'
},
screens: {
'sm': '640px',
// => @media (min-width: 640px) { ... }
'lg': '900px',
}
}
}