awebsite/sass/mods/_no-edge-highlight.scss

8 lines
140 B
SCSS
Raw Permalink Normal View History

2025-05-16 12:08:22 +02:00
@import "../_variables.scss";
@include theme-variables using ($theme) {
@if $theme == "light" {
--edge-highlight: 0 0 transparent;
}
}