This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/2017/web/themes/dcb2017/sass/style.scss

23 lines
492 B
SCSS
Raw Permalink Normal View History

2017-03-31 12:22:46 +01:00
// External libraries.
@import 'base/variables';
@import 'base/mixins';
@import 'global'; // Global Theme Customizations.
@import 'layout/header';
@import 'layout/featured';
@import 'layout/content';
2017-04-18 11:42:47 +01:00
@import 'layout/content-top';
2017-05-05 16:42:08 +01:00
@import 'layout/content-bottom';
2017-03-31 12:22:46 +01:00
@import 'layout/footer';
@import 'components/menus';
@import 'components/blocks';
@import 'components/forms';
2017-05-05 16:42:08 +01:00
@import 'components/views';
2017-06-16 11:23:38 +01:00
@import 'components/schedule';
2017-05-22 15:13:53 +01:00
@import 'content/session';
@import 'content/speaker';