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:
parent
816d9f85d6
commit
38f8cf69d1
5 changed files with 28 additions and 20 deletions
|
@ -1,3 +1,5 @@
|
|||
@use "variables";
|
||||
|
||||
/* ==========================================================================
|
||||
Layout
|
||||
========================================================================== */
|
||||
|
@ -19,7 +21,7 @@ body {
|
|||
}
|
||||
|
||||
a {
|
||||
color: $blue-accent-color;
|
||||
color: variables.$blue-accent-color;
|
||||
}
|
||||
|
||||
main,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue