21 lines
493 B
SCSS
21 lines
493 B
SCSS
|
|
// Variables MUST be imported before bootstrap CSS, otherwise nothing gets done.
|
|
$icon-font-path: "bootstrap-sass/assets/fonts/bootstrap/";
|
|
@import "variables.scss";
|
|
|
|
// Bootstrap itself
|
|
@import "../bootstrap/stylesheets/_bootstrap.scss";
|
|
|
|
/* @import "bootstrap";
|
|
@import "font-awesome"; */
|
|
|
|
// Account
|
|
@import "account.scss";
|
|
|
|
// Symposion UI components
|
|
@import "editor.scss";
|
|
@import "symposion-components.scss";
|
|
@import "symposion-schedule.scss";
|
|
|
|
// Site overrides
|
|
@import "custom.scss";
|