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/_heights.css | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'src/css/imports/_heights.css') 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; } -- cgit v1.3