23 lines
604 B
SCSS
23 lines
604 B
SCSS
/*
|
|
Theme Name: Quarante-Douze
|
|
Theme URI: https://git.kobold.cafe/quarante-douze/qdouze2-wordpress-theme
|
|
Author: Kazhnuz
|
|
Author URI: https://kazhnuz.space
|
|
Description: The default theme for Quarante-Douze, my tech blog.
|
|
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
|
|
Text Domain: qdouze2-wordpress-theme
|
|
|
|
This theme is licensed under the GPLv3.
|
|
*/
|
|
|
|
@import 'dep';
|
|
@import 'definitions';
|
|
@import 'mixins';
|
|
|
|
@import 'core';
|
|
@import 'drawing';
|
|
@import 'utils';
|
|
@import 'global';
|