Remove content-stretch utility

No browser support, doesn't make sense, gtfo.

Closes #199.
This commit is contained in:
Adam Wathan 2017-10-24 07:52:20 -04:00
parent 0a5a05f1cd
commit 45adfa32fc
2 changed files with 0 additions and 23 deletions

View File

@ -3180,10 +3180,6 @@ button,
align-content: space-around;
}
.content-stretch {
align-content: stretch;
}
.flex-1 {
flex: 1;
}
@ -5930,10 +5926,6 @@ button,
align-content: space-around;
}
.sm\:content-stretch {
align-content: stretch;
}
.sm\:flex-1 {
flex: 1;
}
@ -8681,10 +8673,6 @@ button,
align-content: space-around;
}
.md\:content-stretch {
align-content: stretch;
}
.md\:flex-1 {
flex: 1;
}
@ -11432,10 +11420,6 @@ button,
align-content: space-around;
}
.lg\:content-stretch {
align-content: stretch;
}
.lg\:flex-1 {
flex: 1;
}
@ -14183,10 +14167,6 @@ button,
align-content: space-around;
}
.xl\:content-stretch {
align-content: stretch;
}
.xl\:flex-1 {
flex: 1;
}

View File

@ -89,9 +89,6 @@ export default function() {
'content-around': {
'align-content': 'space-around',
},
'content-stretch': {
'align-content': 'stretch',
},
'flex-1': {
'flex': '1'
},