forked from wallabag/wallabag
Move to Sass modules
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
@use "variables";
|
||||
|
||||
/* ==========================================================================
|
||||
Layout
|
||||
========================================================================== */
|
||||
@ -19,7 +21,7 @@ body {
|
||||
}
|
||||
|
||||
a {
|
||||
color: $blue-accent-color;
|
||||
color: variables.$blue-accent-color;
|
||||
}
|
||||
|
||||
main,
|
||||
|
||||
Reference in New Issue
Block a user