-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.scss
82 lines (70 loc) · 2.47 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
79
80
81
/*!
Theme Name: Evan Works
Theme URI: http://underscores.me/
Author: Evan Buckiewicz
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: evn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
This theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Import variables and mixins.
--------------------------------------------- */
@import "abstracts/colors";
@import "abstracts/mixins";
@import "abstracts/typography";
@import "abstracts/structure";
/*--------------------------------------------------------------
# Structure
--------------------------------------------- */
@import "structure/body";
@import "structure/content";
@import "structure/fonts";
@import "structure/footer";
@import "structure/header";
@import "structure/navigation";
@import "structure/wp-core";
/*--------------------------------------------------------------
# Elements
--------------------------------------------- */
@import "elements/buttons";
@import "elements/copy";
@import "elements/fields";
@import "elements/hr";
@import "elements/links";
@import "elements/lists";
//@import "elements/media";
@import "elements/tables";
/*--------------------------------------------------------------
# Patterns
--------------------------------------------- */
@import "patterns/captions";
@import "patterns/dialog";
@import "patterns/galleries";
@import "patterns/hero";
@import "patterns/media";
@import "patterns/owl";
@import "patterns/parvus";
@import "patterns/screen-array";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------- */
@import "misc/normalize";
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
@import "utilities/accessibility";
@import "utilities/alignments";
@import "utilities/blocks";
@import "utilities/general";