16 lines
514 B
SCSS
16 lines
514 B
SCSS
////////////////////
|
|
// //
|
|
// Includes //
|
|
// //
|
|
////////////////////
|
|
|
|
@use "picocss"; /* The pico css framework, customized */
|
|
@use "fonts"; /* The font face and fonts settings */
|
|
@use "variables"; /* Overrides the pico css variables and sets others */
|
|
@use "layout"; /* Main structure display */
|
|
@use "header";
|
|
@use "footer";
|
|
@use "lists"; /* Lists, post-infos, posts-lists */
|
|
@use "medias"; /* Audio, streams, figures, post-images */
|
|
@use "texts";
|