aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_font-weight.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/_font-weight.css
parent263f591827b41eba7c1d6ab68240c04369ba1155 (diff)
Cleans up and refactors CSS
Diffstat (limited to 'src/css/imports/_font-weight.css')
-rwxr-xr-xsrc/css/imports/_font-weight.css26
1 files changed, 0 insertions, 26 deletions
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; }