From ed4be926a7217018e052e3fecda92e4ee671d950 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Tue, 3 Jan 2017 11:44:31 +0200 Subject: Cleans up and refactors CSS --- src/css/imports/_line-height.css | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'src/css/imports/_line-height.css') 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; } } - -- cgit v1.3