From 0ad9a020f5ad333ec6c07d666f4e8ea685e27c6b Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Fri, 3 Mar 2017 13:37:45 -0500 Subject: [PATCH] Remove use of the bourbon box-sizing mixin --- lms/static/sass/course/base/_extends.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/static/sass/course/base/_extends.scss b/lms/static/sass/course/base/_extends.scss index 305a8ed9b4..d5a2f6ffec 100644 --- a/lms/static/sass/course/base/_extends.scss +++ b/lms/static/sass/course/base/_extends.scss @@ -46,7 +46,7 @@ h1.top-header { } .content { - @include box-sizing(border-box); + box-sizing: border-box; display: table-cell; padding: 2em 2.5em; vertical-align: top; @@ -58,7 +58,7 @@ h1.top-header { } .sidebar { - @include box-sizing(border-box); + box-sizing: border-box; display: table-cell; font-family: $sans-serif; font-size: 14px; @@ -120,7 +120,7 @@ h1.top-header { display: block; line-height: lh(); font-size: 1em; - @include box-sizing(border-box); + box-sizing: border-box; padding: lh(.25) lh(0.5) lh(.25) 0; &:hover, &:focus {