diff options
Diffstat (limited to 'src/css/imports/_line-height.css')
| -rwxr-xr-x | src/css/imports/_line-height.css | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/src/css/imports/_line-height.css b/src/css/imports/_line-height.css index afbef0d..8d08a4c 100755 --- a/src/css/imports/_line-height.css +++ b/src/css/imports/_line-height.css @@ -1,18 +1,6 @@ -/* - - LINE HEIGHT / LEADING - Docs: http://tachyons.io/docs/typography/line-height - - Media Query Extensions: - -ns = not-small - -m = medium - -l = large - -*/ - - .lh-solid { line-height: 1; } - .lh-title { line-height: 1.25; } - .lh-copy { line-height: 1.5; } +.lh-solid { line-height: 1; } +.lh-title { line-height: 1.25; } +.lh-copy { line-height: 1.5; } @media (--breakpoint-not-small) { .lh-solid-ns { line-height: 1; } @@ -31,4 +19,3 @@ .lh-title-l { line-height: 1.25; } .lh-copy-l { line-height: 1.5; } } - |
