aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_line-height.css
diff options
context:
space:
mode:
authorDarin Dimitroff <d@thecrazyones.agency>2017-01-03 11:44:31 +0200
committerDarin Dimitroff <d@thecrazyones.agency>2017-01-03 11:44:31 +0200
commited4be926a7217018e052e3fecda92e4ee671d950 (patch)
treebbf3e59364d19cfb8fd0dd702fdfbd2f9b61c3fa /src/css/imports/_line-height.css
parent263f591827b41eba7c1d6ab68240c04369ba1155 (diff)
Cleans up and refactors CSS
Diffstat (limited to 'src/css/imports/_line-height.css')
-rwxr-xr-xsrc/css/imports/_line-height.css19
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; }
}
-