Files
blog/sass/mods/_no-edge-highlight.scss
2024-09-25 20:51:11 +03:00

8 lines
154 B
SCSS

@import "../_variables.scss";
@include theme-variables using ($theme) {
@if $theme == "light" {
--edge-highlight: 0 0 0 transparent;
}
}