mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +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";
|
||||
|
||||
/* ==========================================================================
|
||||
Article
|
||||
========================================================================== */
|
||||
|
@ -54,7 +56,7 @@
|
|||
}
|
||||
|
||||
a {
|
||||
border-bottom: 1px dotted $blue-accent-color;
|
||||
border-bottom: 1px dotted variables.$blue-accent-color;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue