2014-03-13 08:17:54 +00:00
|
|
|
/*
|
|
|
|
|
2014-01-18 08:26:39 +00:00
|
|
|
WHITE SPACE
|
2014-03-13 08:17:54 +00:00
|
|
|
|
|
|
|
*/
|
2014-01-18 08:26:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
.ws-norm { white-space: normal; }
|
|
|
|
.ws-nowrap { white-space: nowrap; }
|
|
|
|
.ws-pre { white-space: pre; }
|
|
|
|
|
|
|
|
@include break(not-small) {
|
|
|
|
.ws-norm-ns { white-space: normal; }
|
|
|
|
.ws-nowrap-ns { white-space: nowrap; }
|
|
|
|
.ws-pre-ns { white-space: pre; }
|
|
|
|
}
|
|
|
|
|
|
|
|
@include break(medium) {
|
|
|
|
.ws-norm-m { white-space: normal; }
|
|
|
|
.ws-nowrap-m { white-space: nowrap; }
|
|
|
|
.ws-pre-m { white-space: pre; }
|
|
|
|
}
|
|
|
|
|
|
|
|
@include break(large) {
|
|
|
|
.ws-norm-l { white-space: normal; }
|
|
|
|
.ws-nowrap-l { white-space: nowrap; }
|
|
|
|
.ws-pre-l { white-space: pre; }
|
|
|
|
}
|