Skip to content

Commit

Permalink
delete redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Muda committed Oct 6, 2023
1 parent f2c0e05 commit c1bcadf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/components/_svg.scss
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
@use '../utilities/mixins' as *;

/* z-progress */
.z-progress {
--percentage: calc(var(--progress) * 3.6);
display: grid;
border-radius: 50%;
grid-area: 1/1/1/1;
place-items: center;
width: 100%;
aspect-ratio: 1;
}

.z-progress::after {
// https://codepen.io/chandrashekhar/pen/RvMVey?editors=1100
}

/* z-svg */
.z-svg {
display: grid;
Expand Down

0 comments on commit c1bcadf

Please sign in to comment.