27 lines
493 B
SCSS
27 lines
493 B
SCSS
/*!
|
|
* Duckquill v1.1.0 (https://daudix.codeberg.page/duckquill)
|
|
* Copyright 2024 David "Daudix" Lapshin
|
|
* Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE)
|
|
*/
|
|
|
|
@use "normalize";
|
|
|
|
@use "variables";
|
|
@use "main";
|
|
|
|
@use "article-list";
|
|
@use "buttons";
|
|
@use "comments";
|
|
@use "crt";
|
|
@use "footer";
|
|
@use "icon";
|
|
@use "johnvertisement";
|
|
@use "links";
|
|
@use "media";
|
|
@use "nav";
|
|
@use "not-found";
|
|
@use "post-nav";
|
|
@use "statements";
|
|
@use "tags";
|
|
@use "zola-anchor";
|