mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
11 lines
419 B
SCSS
11 lines
419 B
SCSS
/*########################################
|
|
##########################################
|
|
PLEASE DO NOT MODIFY THE CSS FILE
|
|
IF YOU WANT TO CHANGE THE CSS, DO IT IN THE
|
|
SCSS FILES AND "COMPILE" THEM:
|
|
https://sass-lang.com/guide
|
|
##########################################
|
|
########################################*/
|
|
@import "theme/light/custom";
|
|
@import "theme/dark/custom";
|
|
@import "theme/global";
|