kazhnuz.css/src/scss/style.scss

24 lines
640 B
SCSS
Raw Normal View History

2021-07-24 16:59:42 +02:00
/*
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.
*/
2019-12-07 15:58:08 +01:00
@import 'dep';
2021-07-30 10:24:45 +02:00
@import 'definitions';
@import 'mixins';
2019-12-07 15:58:08 +01:00
2021-07-30 10:24:45 +02:00
@import 'core';
2021-07-30 10:51:44 +02:00
@import 'utils';
2019-12-07 15:50:12 +01:00
@import 'drawing';
2021-07-30 11:17:05 +02:00
@import 'global';