aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_border-widths.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/_border-widths.css
parent263f591827b41eba7c1d6ab68240c04369ba1155 (diff)
Cleans up and refactors CSS
Diffstat (limited to 'src/css/imports/_border-widths.css')
-rwxr-xr-xsrc/css/imports/_border-widths.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/css/imports/_border-widths.css b/src/css/imports/_border-widths.css
index 2af7d7e..9067787 100755
--- a/src/css/imports/_border-widths.css
+++ b/src/css/imports/_border-widths.css
@@ -1,26 +1,3 @@
-/*
-
- BORDER WIDTHS
- Docs: http://tachyons.io/docs/themes/borders/
-
- Base:
- bw = border-width
-
- Modifiers:
- 0 = 0 width border
- 1 = 1st step in border-width scale
- 2 = 2nd step in border-width scale
- 3 = 3rd step in border-width scale
- 4 = 4th step in border-width scale
- 5 = 5th step in border-width scale
-
- Media Query Extensions:
- -ns = not-small
- -m = medium
- -l = large
-
-*/
-
.bw0 { border-width: 0; }
.bw1 { border-width: .125rem; }
.bw2 { border-width: var(--spacing-extra-small); }