From 8ad01535b50b3ee9464c54df4c8e360aa1f1cb39 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 14 May 2015 10:47:05 -0400 Subject: [PATCH] LMS: removing redundant Sass base/base partial call in build compile --- lms/static/sass/_build-lms.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/lms/static/sass/_build-lms.scss b/lms/static/sass/_build-lms.scss index 35e512774f..cc48bd51a8 100644 --- a/lms/static/sass/_build-lms.scss +++ b/lms/static/sass/_build-lms.scss @@ -3,8 +3,6 @@ // About: Sass compile for the LMS Elements that are shared between LTR and RTL UI. Configuration and vendor specific imports happen before this shared set of imports are compiled in the main-*.scss files. -@import 'base/base'; - // base - assets @import 'base/font_face'; @import 'base/extends';