Use "light" instead of @else
This commit is contained in:
@ -159,7 +159,7 @@ Hate the skeuomorphic edge highlight on all semi-transparent elements? Let's get
|
|||||||
@import "../themes/duckquill/sass/_variables.scss";
|
@import "../themes/duckquill/sass/_variables.scss";
|
||||||
|
|
||||||
@include theme-variables using ($theme) {
|
@include theme-variables using ($theme) {
|
||||||
@else {
|
@if $theme == "light" {
|
||||||
--edge-highlight: 0 0 0 transparent;
|
--edge-highlight: 0 0 0 transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user