From ac002beb2853a4077143c14a0a4d9abd09c537c2 Mon Sep 17 00:00:00 2001 From: Taylor Lehman Date: Thu, 6 Jul 2017 02:52:05 -0700 Subject: [PATCH] cleanup common scss --- client/vcustomers/src/less/common.scss | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/client/vcustomers/src/less/common.scss b/client/vcustomers/src/less/common.scss index 1dcae8b..beebca9 100644 --- a/client/vcustomers/src/less/common.scss +++ b/client/vcustomers/src/less/common.scss @@ -1,18 +1,9 @@ -//@import "fonts/fonts"; -//@import "variables"; -//@import "bootstrap/scss/_variables.scss"; -//@import "~bootstrap/scss/_variables.scss"; * { box-sizing: border-box; } -//html, body { -// background-color: #FBEC98; -// //font-family: bebas-neue; -// height: 100%; -//} .error-header { @@ -37,15 +28,3 @@ } - -// CONTAINER - -//@media (max-width: map_get($grid-breakpoints, sm)) { -// html, body { -// width: 100%; -// overflow-x: hidden; -// } -// -//} - -