/************************/ /* Base Sass Structure */ /************************/ @import 'partials/_reset'; @import 'partials/_scaffolding'; @import 'partials/_colors'; @import 'partials/_fonts'; /**************************/ /* Theme specific Styles */ /**************************/ @import 'theme/_header'; @import 'theme/_footer'; @import 'theme/_heroslides'; @import 'theme/_navigation'; @import 'theme/_spotlight'; @import 'theme/_sidebar'; @import 'theme/_single'; @import 'theme/_main'; @import 'theme/_archive'; @import 'theme/_mobile'; /**************************/ /* Third Party Styles */ /**************************/ @import 'third_party/owl.carousel';