1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 09:20:02 +02:00

fix: removed border-image-repeat stretch from rounded corners mixins

This commit is contained in:
Igor Guastalla de Lima
2019-03-08 23:19:42 -03:00
parent c40ae05e85
commit 0aff122be0

View File

@@ -30,7 +30,6 @@
border-image-slice: 3;
border-image-width: 3;
border-image-repeat: stretch;
@include border-image-repeat();
@@ -50,7 +49,6 @@
border-image-slice: 2;
border-image-width: 2;
border-image-repeat: stretch;
@include border-image-repeat();