forked from IEEESBNSSCE/ieeesbnssce.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.scss
52 lines (34 loc) · 1.02 KB
/
style.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/*-----------------------------------------------------------------------------------
Theme Name: Canvas
Theme URI: http://themes.semicolonweb.com/html/canvas
Description: The Multi-Purpose Template
Author: SemiColonWeb
Author URI: http://themeforest.net/user/semicolonweb
Version: 5.0.3
LESS Stylesheet
-----------------------------------------------------------------------------------*/
// Initialize
@import "sass/variables.scss";
@import "sass/mixins.scss";
// Core CSS
@import "sass/typography.scss";
@import "sass/helpers.scss";
@import "sass/layouts.scss";
// Content Blocks
@import "sass/topbar.scss";
@import "sass/header.scss";
@import "sass/sliders.scss";
@import "sass/pagetitle.scss";
@import "sass/content.scss";
@import "sass/portfolio.scss";
@import "sass/blog.scss";
@import "sass/shop.scss";
@import "sass/events.scss";
// Shortcodes
@import "sass/shortcodes.scss";
// Footer
@import "sass/footer.scss";
// Widgets
@import "sass/widgets.scss";
// Extras
@import "sass/extras.scss";