aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_heights.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/_heights.css
parent263f591827b41eba7c1d6ab68240c04369ba1155 (diff)
Cleans up and refactors CSS
Diffstat (limited to 'src/css/imports/_heights.css')
-rwxr-xr-xsrc/css/imports/_heights.css35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/css/imports/_heights.css b/src/css/imports/_heights.css
index 6ada204..68487ab 100755
--- a/src/css/imports/_heights.css
+++ b/src/css/imports/_heights.css
@@ -1,38 +1,3 @@
-/*
-
- HEIGHTS
- Docs: http://tachyons.io/docs/layout/heights/
-
- Base:
- h = height
- min-h = min-height
- min-vh = min-height vertical screen height
- vh = vertical screen height
-
- Modifiers
- 1 = 1st step in height scale
- 2 = 2nd step in height scale
- 3 = 3rd step in height scale
- 4 = 4th step in height scale
- 5 = 5th step in height scale
-
- -25 = literal value 25%
- -50 = literal value 50%
- -75 = literal value 75%
- -100 = literal value 100%
-
- -auto = string value of auto
- -inherit = string value of inherit
-
- Media Query Extensions:
- -ns = not-small
- -m = medium
- -l = large
-
-*/
-
-/* Height Scale */
-
.h1 { height: var(--spacing-medium); }
.h2 { height: 2rem; }
.h3 { height: 4rem; }