26 lines
638 B
SCSS
26 lines
638 B
SCSS
|
/*
|
||
|
Theme Name: Kazhnuz Space
|
||
|
Theme URI: https://git.kobold.cafe/quarante-douze/qdouze2-wordpress-theme
|
||
|
Author: Kazhnuz
|
||
|
Author URI: https://kazhnuz.space
|
||
|
Description: The default theme for Kazhnuz Space, my personnal blog.
|
||
|
Version: 0.2
|
||
|
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
|
||
|
Text Domain: kspace-wordpress-theme
|
||
|
|
||
|
This theme is licensed under the GPLv3.
|
||
|
*/
|
||
|
|
||
|
@import 'custom/angled-edges';
|
||
|
|
||
|
@import 'dep';
|
||
|
@import 'definitions';
|
||
|
@import 'mixins';
|
||
|
|
||
|
@import 'core';
|
||
|
@import 'drawing';
|
||
|
@import 'utils';
|
||
|
@import 'global';
|