Files
blog/sass/style.scss
David Lapshin 05d44214be Rename blog* to article* (breaking change!)
Since these styles and templates can be used not only for blogs but for anything, more correct naming makes sense, at cost of a breaking change...
2024-05-02 21:54:47 +03:00

25 lines
460 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 "johnvertisement";
@use "links";
@use "media";
@use "nav";
@use "not-found";
@use "post-nav";
@use "statements";
@use "tags";