-
Notifications
You must be signed in to change notification settings - Fork 7
/
style.scss
43 lines (36 loc) · 1.37 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
/*!
Theme Name: Business
Theme URI: https://wordpress.com/themes/business
Author: Automattic
Author URI: https://wordpress.com/themes
Description: A small-business theme for the WordPress Editor.
Version: 1.1.0-wpcom
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smallbusinesstheme
Tags: custom-background, custom-logo, custom-menu, 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 with others.
Default Small Business Theme is based on Underscores https://underscores.me/, (C) 2012-2018 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/
*/
// !External.
@import "bourbon";
// !Includes.
@import "stylesheets/variables/index";
@import "stylesheets/inc/index";
// !Root.
:root {}
// !Stylesheets.
@import "stylesheets/normalize";
@import "stylesheets/typography";
@import "stylesheets/elements";
@import "stylesheets/forms";
@import "stylesheets/accessibility";
@import "stylesheets/site-branding";
@import "stylesheets/site-navigation";
@import "stylesheets/wordpress";
@import "stylesheets/layout";
@import "stylesheets/entries";