29 lines
651 B
SCSS
29 lines
651 B
SCSS
|
/*
|
||
|
Theme Name: Dimension Quarante-Douze
|
||
|
Theme URI: https://github.com/Quarante-Douze/qdouze-wordpress-theme
|
||
|
Author: Kazhnuz
|
||
|
Author URI: https://kazhnuz.space
|
||
|
Description: The default theme for Quarante-Douze, my tech blog. Made using bootstrap
|
||
|
Version: 0.1
|
||
|
License: GNU General Public License v2 or later
|
||
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||
|
Tags: blog, two-columns, right-sidebar, magazine
|
||
|
Text Domain: qdouze-wordpress-theme
|
||
|
|
||
|
This theme is licensed under the GPLv3.
|
||
|
*/
|
||
|
|
||
|
@import 'palette';
|
||
|
|
||
|
@import 'definitions';
|
||
|
|
||
|
@import 'typography';
|
||
|
|
||
|
@import 'global';
|
||
|
|
||
|
@import 'cards';
|
||
|
|
||
|
@import 'buttons';
|
||
|
|
||
|
@import 'blog';
|