Better handling hyphenations

This commit is contained in:
Raphael Goetter 2017-12-22 09:53:01 +01:00
parent 88373ffc63
commit e1451f2de6
6 changed files with 45 additions and 71 deletions

View file

@ -72,6 +72,9 @@ $weight-regular : 400 !default;
$weight-medium : 500 !default;
$weight-bold : 700 !default;
// Activate hyphenation on small screens
$hyphens: false !default;
// ------------
// Spacing zone
// ------------