Skip to content

Commit 692c389

Browse files
authored
feat: add border-radius to border:'none' (#778)
1 parent 28024da commit 692c389

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/mixins.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,5 +630,9 @@ unpredictable css rules order in build */
630630
border-radius: $borderRadius;
631631
border: 1px solid var(--g-color-line-generic);
632632
}
633+
634+
&_none {
635+
border-radius: $borderRadius;
636+
}
633637
}
634638
}

0 commit comments

Comments
 (0)