-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.scss
65 lines (46 loc) · 1.17 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/*-----------------------------------------------------------------------------------
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: 6.3
SASS Stylesheet
-----------------------------------------------------------------------------------*/
// Initialize
@import "sass/variables";
@import "sass/mixins";
// Bootstrap
@import "sass/bootstrap/bootstrap";
// Core CSS
@import "sass/layouts";
@import "sass/typography";
@import "sass/utilities";
// Content Blocks
@import "sass/topbar";
@import "sass/header";
@import "sass/sliders";
@import "sass/pagetitle";
@import "sass/content";
@import "sass/portfolio";
@import "sass/blog";
@import "sass/shop";
@import "sass/events";
// Shortcodes
@import "sass/shortcodes";
// Forms
@import "sass/forms";
// Footer
@import "sass/footer";
// Widgets
@import "sass/widgets";
// Paginations
@import "sass/paginations";
// Extras
@import "sass/extras";
// Page Loaders
@import "sass/page-loaders";
// Dark
@import "sass/dark";
// RTL Template
@import "sass/style-rtl";