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/_font-weight.css | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'src/css/imports/_font-weight.css') diff --git a/src/css/imports/_font-weight.css b/src/css/imports/_font-weight.css index 990a05a..fabba82 100755 --- a/src/css/imports/_font-weight.css +++ b/src/css/imports/_font-weight.css @@ -1,29 +1,3 @@ -/* - - FONT WEIGHT - Docs: http://tachyons.io/docs/typography/font-weight/ - - Base - fw = font-weight - - Modifiers: - 1 = literal value 100 - 2 = literal value 200 - 3 = literal value 300 - 4 = literal value 400 - 5 = literal value 500 - 6 = literal value 600 - 7 = literal value 700 - 8 = literal value 800 - 9 = literal value 900 - - Media Query Extensions: - -ns = not-small - -m = medium - -l = large - -*/ - .normal { font-weight: normal; } .b { font-weight: bold; } .fw1 { font-weight: 100; } -- cgit v1.3