duckling/sass/style.scss
david-swift de1bf9cd21
Some checks are pending
Publish / publish (push) Waiting to run
Update information referring to Duckquill #4
2025-04-01 15:01:04 +02:00

40 lines
654 B
SCSS

/*!
* Licensed under MIT (https://git.aparoksha.dev/david-swift/duckling/src/branch/main/LICENSE.md)
*/
@use "normalize";
@use "variables";
@use "alerts";
@use "article-list";
@use "article";
@use "buttons";
@use "code";
@use "comments";
@use "crt";
@use "docs";
@use "emoji";
@use "external";
@use "footer";
@use "footnotes-list";
@use "general";
@use "hidden";
@use "icon";
@use "iframe";
@use "input";
@use "media";
@use "nav";
@use "not-found";
@use "post-nav";
@use "pre-container";
@use "sparkline";
@use "spoiler";
@use "statements";
@use "subproject-list";
@use "table";
@use "tags";
@use "title";
@use "typography";
@use "visually-hidden";