diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:44:31 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:44:31 +0200 |
| commit | ed4be926a7217018e052e3fecda92e4ee671d950 (patch) | |
| tree | bbf3e59364d19cfb8fd0dd702fdfbd2f9b61c3fa /src/css/imports/_line-height.css | |
| parent | 263f591827b41eba7c1d6ab68240c04369ba1155 (diff) | |
Cleans up and refactors CSS
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; } } - |
