This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze2-wordpress-theme/scss/style.scss

24 lines
604 B
SCSS
Raw Normal View History

2022-12-17 19:46:29 +01:00
/*
2022-12-17 22:34:02 +01:00
Theme Name: Quarante-Douze
Theme URI: https://git.kobold.cafe/quarante-douze/qdouze2-wordpress-theme
2022-12-17 19:46:29 +01:00
Author: Kazhnuz
Author URI: https://kazhnuz.space
2022-12-17 22:34:02 +01:00
Description: The default theme for Quarante-Douze, my tech blog.
2022-12-17 19:46:29 +01:00
Version: 0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
2022-12-17 22:34:02 +01:00
Tags: blog, two-columns, right-sidebar
Text Domain: qdouze2-wordpress-theme
2022-12-17 19:46:29 +01:00
This theme is licensed under the GPLv3.
*/
2022-12-17 22:34:02 +01:00
@import 'dep';
2022-12-17 19:46:29 +01:00
@import 'definitions';
2022-12-17 22:34:02 +01:00
@import 'mixins';
2022-12-17 19:46:29 +01:00
2022-12-17 22:34:02 +01:00
@import 'core';
2022-12-17 19:46:29 +01:00
@import 'drawing';
2022-12-17 22:34:02 +01:00
@import 'utils';
@import 'global';