unzip theme

This commit is contained in:
2024-09-12 13:24:24 +03:00
parent 492796d5a8
commit 2105c7bc61
105 changed files with 16207 additions and 0 deletions

View File

@ -0,0 +1,7 @@
@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}