Files
sage/resources/css/app.scss

26 lines
575 B
SCSS

// Global Variables, Mixins, and Framework
@forward "global/variables";
@forward "global/mixins";
@forward "global/fonts";
@forward "global/typography";
@forward "global/framework";
// Third Party Plugins
@forward "plugins/contact-form-7";
@forward "plugins/mce";
// Components
@forward "components/block";
@forward "components/forms";
@forward "components/button";
@forward "components/card";
@forward "components/BadEggLightbox";
// Sections
@forward "../views/sections/header/header";
@forward "../views/sections/footer/footer";
// Page Styles
@forward "views/page";