Skip to content

Commit

Permalink
feat: add border-radius to border:'none' (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
niktverd authored Jan 17, 2024
1 parent 28024da commit 692c389
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -630,5 +630,9 @@ unpredictable css rules order in build */
border-radius: $borderRadius;
border: 1px solid var(--g-color-line-generic);
}

&_none {
border-radius: $borderRadius;
}
}
}

0 comments on commit 692c389

Please sign in to comment.