-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.scss
35 lines (32 loc) · 1.07 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
/*!
Theme Name: zuari
Theme URI: https://github.com/prtksxna/zuari
Author: Prateek Saxena
Author URI: http://prtksxna.com
Description: A stream of your life
Version: 2.1.0
Tested up to: 5.5.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zuari
Tags: blog, one-column, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, flexible-header, footer-widgets, sticky-post, theme-options, translation-ready, block-styles, wide-blocks, editor-style, portfolio
GitHub Theme URI: prtksxna/zuari
This theme, like WordPress, is licensed under the GPL.
zuari is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
@import "settings";
@import "base";
@import "tools";
@import "archive";
@import "nav";
@import "search";
@import "blocks-widgets";
@import "header";
@import "comments";
@import "footer";
@import "template-parts/content";
@import "template-parts/portfolio";
@import "a11y";
@import "codemirror";