Skip to content

Commit

Permalink
re-order
Browse files Browse the repository at this point in the history
  • Loading branch information
notbakaneko committed Oct 11, 2023
1 parent edf1d82 commit e7d3239
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/css/utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
}
}

.u-full-size {
.full-size();
}

.u-hidden {
display: none !important;
}
Expand Down Expand Up @@ -89,10 +93,6 @@
.own-layer();
}

.u-full-size {
.full-size();
}

.u-relative {
position: relative;
}
Expand Down

0 comments on commit e7d3239

Please sign in to comment.