Initial theming
This commit is contained in:
parent
53d6173a5f
commit
002f40bc1a
25 changed files with 634 additions and 0 deletions
15
web/themes/dcb2017/sass/style.scss
Normal file
15
web/themes/dcb2017/sass/style.scss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
// External libraries.
|
||||
|
||||
|
||||
@import 'base/variables';
|
||||
@import 'base/mixins';
|
||||
|
||||
@import 'global'; // Global Theme Customizations.
|
||||
@import 'layout/header';
|
||||
@import 'layout/featured';
|
||||
@import 'layout/content';
|
||||
@import 'layout/footer';
|
||||
|
||||
@import 'components/menus';
|
||||
@import 'components/blocks';
|
||||
@import 'components/forms';
|
||||
Reference in a new issue