aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_overflow.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/_overflow.css
parent263f591827b41eba7c1d6ab68240c04369ba1155 (diff)
Cleans up and refactors CSS
Diffstat (limited to 'src/css/imports/_overflow.css')
-rwxr-xr-xsrc/css/imports/_overflow.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/css/imports/_overflow.css b/src/css/imports/_overflow.css
index 82ca8eb..d65b69d 100755
--- a/src/css/imports/_overflow.css
+++ b/src/css/imports/_overflow.css
@@ -1,14 +1,3 @@
-/*
-
- OVERFLOW
-
- Media Query Extensions:
- -ns = not-small
- -m = medium
- -l = large
-
- */
-
.overflow-visible { overflow: visible; }
.overflow-hidden { overflow: hidden; }
.overflow-scroll { overflow: scroll; }