1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-20 19:52:09 +00:00

Move to Sass modules

This commit is contained in:
Yassine Guedidi 2024-11-16 21:51:31 +01:00
parent 816d9f85d6
commit 38f8cf69d1
5 changed files with 28 additions and 20 deletions

View file

@ -1,3 +1,5 @@
@use "variables";
/* ==========================================================================
Layout
========================================================================== */
@ -19,7 +21,7 @@ body {
}
a {
color: $blue-accent-color;
color: variables.$blue-accent-color;
}
main,