27 lines
644 B
SCSS
27 lines
644 B
SCSS
/*
|
|
Theme Name: Kazhnuz Space
|
|
Theme URI: https://git.kobold.cafe/kazhnuz/kspace-wordpress-theme
|
|
Author: Kazhnuz
|
|
Author URI: https://kazhnuz.space
|
|
Description: The default theme for Kazhnuz.space, my personnal blog. Made using spectre.css
|
|
Version: 0.1
|
|
License: GNU General Public License v3 or later
|
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
Tags: blog, two-columns, right-sidebar, artist, solarized
|
|
Text Domain: kspace-wordpress-theme
|
|
|
|
This theme is licensed under the GPLv3.
|
|
*/
|
|
|
|
|
|
@import 'angled-edges';
|
|
|
|
@import 'palette';
|
|
|
|
@import 'definitions';
|
|
|
|
@import 'typography';
|
|
|
|
@import 'global';
|
|
|
|
@import 'drawing';
|