-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.scss
More file actions
126 lines (108 loc) · 4.82 KB
/
Copy pathstyle.scss
File metadata and controls
126 lines (108 loc) · 4.82 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
/*!
Theme Name: Base WP
Theme URI: https://iograficathemes.com/wordpress-themes/base-wp/
Author: iografica
Author URI: https://www.iograficathemes.com/
Description: Base WP is a beautiful responsive, elegant and clean coded WordPress theme that can be used for pesonal, business or ecommerce websites. Base WP is e-commerce, multilingual ready, SEO friendly and cross-browser compatible. The theme is fully integrated with the most popular and free Wordpress plugins like WooCommerce, Easy Digital Downloads, Yoast Seo, Beaver Builder, Elementor and much more. You can customize Base WP via the Customizer and use this theme as an ecommerce or as a simple blogging platform.
Version: 2.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base-wp
Domain Path: /languages/
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Base WP is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
/*------------------------------------------------------------*/
@import 'bourbon';
// Change the grid settings
$max-width: 1190px;
@import 'neat';
/*--------------------------------------------------------------*/
@import "sass/variables-site/variables-site";
@import "sass/mixins/mixins-master";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import "sass/normalize";
/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
@import "sass/layout/_grid";
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
@import "sass/layout/_layout";
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@import "sass/typography/typography";
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
@import "sass/elements/elements";
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
@import "sass/forms/forms";
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
@import "sass/navigation/navigation";
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
@import "sass/modules/accessibility";
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
@import "sass/modules/alignments";
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
@import "sass/modules/clearings";
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
@import "sass/site/secondary/widgets";
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@import "sass/site/site";
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
@import "sass/modules/infinite-scroll";
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
@import "sass/media/media";
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
@import "sass/plugins/plugins";