Skip to content

Commit

Permalink
creating new feat
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Muda committed Apr 11, 2023
1 parent 1cd474b commit 0558485
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="item s">!</div>
</div>
<div class="ring-3 items-3 ccw">
<div class="item m box lower">
<div class="surface item m box lower">
<div class="content">ONU <br> dos</div>
</div>
<div class="item m">
Expand Down
7 changes: 6 additions & 1 deletion src/_core-elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,12 @@ div[class^="ring-"] {
grid-area: 1/1/1/1;
@include alignment;
}

.surface::before {

width: 200px;
height: 200px;
background-color: green;
}
@each $size,
$var in $sizes {
.item.#{$size} {
Expand Down
1 change: 1 addition & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
@use "./components/label";
/* progress */
@use "./components/progress";

0 comments on commit 0558485

Please sign in to comment.