1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-19 04:21:22 +02:00

fix(rounded-corners-mixin.scss): fix blurred borders

This commit is contained in:
Tommaso Poletti
2019-02-22 16:55:14 +01:00
parent bef258ac79
commit 972ea98481

View File

@@ -16,7 +16,7 @@
border-image-slice: 3;
border-image-width: 3;
border-image-repeat: space;
border-image-repeat: stretch;
@if $isDark {
@include border-image($color-white);