LMS: removing redundant Sass base/base partial call in build compile

This commit is contained in:
Brian Talbot
2015-05-14 10:47:05 -04:00
parent 269432ae34
commit 8ad01535b5

View File

@@ -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';