Restructuring of components, extracting to reusable components, styling

This commit is contained in:
Moris Zen
2018-07-04 11:24:50 +02:00
parent c6cd4d19ad
commit 6df7085f1b
11 changed files with 981 additions and 1635 deletions

View File

@@ -601,6 +601,15 @@ module.exports = {
*/
maxHeight: {
xs: '20rem',
sm: '30rem',
md: '40rem',
lg: '50rem',
xl: '60rem',
'2xl': '70rem',
'3xl': '80rem',
'4xl': '90rem',
'5xl': '100rem',
full: '100%',
screen: '100vh',
},