aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_background-size.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/_background-size.css
parent263f591827b41eba7c1d6ab68240c04369ba1155 (diff)
Cleans up and refactors CSS
Diffstat (limited to 'src/css/imports/_background-size.css')
-rwxr-xr-xsrc/css/imports/_background-size.css21
1 files changed, 2 insertions, 19 deletions
diff --git a/src/css/imports/_background-size.css b/src/css/imports/_background-size.css
index 18afe5c..bcb90a0 100755
--- a/src/css/imports/_background-size.css
+++ b/src/css/imports/_background-size.css
@@ -1,22 +1,5 @@
-/*
-
- BACKGROUND SIZE
- Docs: http://tachyons.io/docs/themes/background-size/
-
- Media Query Extensions:
- -ns = not-small
- -m = medium
- -l = large
-
-*/
-
-/*
- Often used in combination with background image set as an inline style
- on an html element.
-*/
-
- .cover { background-size: cover!important; }
- .contain { background-size: contain!important; }
+.cover { background-size: cover!important; }
+.contain { background-size: contain!important; }
@media (--breakpoint-not-small) {
.cover-ns { background-size: cover!important; }