30 lines
578 B
SCSS
30 lines
578 B
SCSS
|
/*!------------------------------------------------------------------
|
||
|
[MAIN STYLESHEET]
|
||
|
PROJECT: Project Name
|
||
|
VERSION: Version Number
|
||
|
-------------------------------------------------------------------*/
|
||
|
|
||
|
/*------------------------------------------------------------------
|
||
|
[TABLE OF CONTENTS]
|
||
|
|
||
|
-------------------------------------------------------------------*/
|
||
|
|
||
|
@import 'bootstrap/bootstrap.scss';
|
||
|
|
||
|
@import 'variables';
|
||
|
|
||
|
@import 'mixins';
|
||
|
|
||
|
@import 'typography';
|
||
|
|
||
|
@import 'buttons';
|
||
|
|
||
|
@import 'common';
|
||
|
|
||
|
@import 'templates/navigation.scss';
|
||
|
|
||
|
@import 'templates/main.scss';
|
||
|
|
||
|
|
||
|
|