aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_display.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/imports/_display.css')
-rwxr-xr-xsrc/css/imports/_display.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/css/imports/_display.css b/src/css/imports/_display.css
index 13ef1be..0a7c8f7 100755
--- a/src/css/imports/_display.css
+++ b/src/css/imports/_display.css
@@ -1,29 +1,3 @@
-/*
-
- DISPLAY
- Docs: http://tachyons.io/docs/layout/display
-
- Base:
- d = display
-
- Modifiers:
- n = none
- b = block
- ib = inline-block
- it = inline-table
- t = table
- tc = table-cell
- tr = table-row
- tcol = table-column
- tcolg = table-column-group
-
- Media Query Extensions:
- -ns = not-small
- -m = medium
- -l = large
-
-*/
-
.dn { display: none; }
.di { display: inline; }
.db { display: block; }
@@ -101,4 +75,3 @@
width: 100%;
}
}
-