X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=stylus_helpers.styl;h=39f68d147aad16450620e925ab1d7dcf1ab7813c;hp=e6df86e20eb94f1c77072f605a0155b040faad7f;hb=f0092052f5357e8e7430a2180a56f1536b613da5;hpb=ae37366f1b03740b795fb5ed68447bb60840f540 diff --git a/stylus_helpers.styl b/stylus_helpers.styl index e6df86e..39f68d1 100644 --- a/stylus_helpers.styl +++ b/stylus_helpers.styl @@ -82,7 +82,8 @@ linear_scale_calc(pb, ps, cb, cs) // To create a minimum distance between: don't use word-spacing, it's broken in // firefox. Instead, try padding on the children and negative margin on the // parent. -space_evenly(line_height = 1.2em) +space_evenly(line_height = 1.2) + line_height = unit(line_height, em) text-align: justify & > * display: inline-block