-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.scss
78 lines (54 loc) · 1.61 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
66
67
68
69
70
71
72
73
74
75
76
77
78
/*
Theme Name: Canvas
Theme URI: http://www.woothemes.com/
Version: 5.11.6
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com/
Tags: canvas, woothemes
Copyright: (c) 2009-2013 WooThemes.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)
*/
// Import all modules (including bourbon)
@import 'css/modules/all';
// CSS reset
@import 'css/partials/reset';
// Fontawesome
@import 'css/vendor/fontawesome/font-awesome.scss';
// Setup
@import 'css/partials/base';
// Structure
@import 'css/partials/structure';
// WordPress
@import 'css/partials/posts';
// Navigation
@import 'css/partials/navigation';
// Widgets
@import 'css/partials/widgets';
// Comments
@import 'css/partials/comments';
// Tables
@import 'css/partials/tables';
// Buttons
@import 'css/partials/buttons';
// Shortcodes
@import 'css/partials/shortcodes';
// Slider
@import 'css/partials/slider';
// Utility
@import 'css/partials/utility';
// Layouts
@import 'css/partials/layouts';
// Page Templates
@import 'css/partials/page-templates';
// Portfolio
@import 'css/partials/deprecated/portfolio';
// Tumblog
@import 'css/partials/deprecated/tumblog';