Replace tricks with mods (fixes #88)
This commit is contained in:
7
sass/mods/_no-edge-highlight.scss
Normal file
7
sass/mods/_no-edge-highlight.scss
Normal file
@ -0,0 +1,7 @@
|
||||
@import "../_variables.scss";
|
||||
|
||||
@include theme-variables using ($theme) {
|
||||
@if $theme == "light" {
|
||||
--edge-highlight: 0 0 0 transparent;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user