2014-03-13 08:17:54 +00:00
|
|
|
/*
|
|
|
|
|
2014-01-18 08:26:39 +00:00
|
|
|
WORD SPACING
|
2014-03-13 08:17:54 +00:00
|
|
|
|
|
|
|
*/
|
2014-01-18 08:26:39 +00:00
|
|
|
|
|
|
|
.wsn { word-spacing: normal; }
|
2014-01-19 21:15:23 +00:00
|
|
|
.wsib { word-spacing: -0.43em; } /* For eliminating space between inline-block elements */
|
2014-01-18 08:26:39 +00:00
|
|
|
|
|
|
|
@include break(not-small) {
|
|
|
|
.wsn-ns { word-spacing: normal; }
|
2014-01-19 21:15:23 +00:00
|
|
|
.wsib-ns { word-spacing: -0.43em; }
|
2014-01-18 08:26:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@include break(medium) {
|
|
|
|
.wsn-m { word-spacing: normal; }
|
2014-01-19 21:15:23 +00:00
|
|
|
.wsib-m { word-spacing: -0.43em; }
|
2014-01-18 08:26:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@include break(large) {
|
|
|
|
.wsn-l { word-spacing: normal; }
|
2014-01-19 21:15:23 +00:00
|
|
|
.wsib-l { word-spacing: -0.43em; }
|
2014-01-18 08:26:39 +00:00
|
|
|
}
|
|
|
|
|
2014-09-13 02:47:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|