add default theme

This commit is contained in:
2025-01-15 16:57:03 +03:00
parent 3e178f6633
commit c228a70468
331 changed files with 660 additions and 29 deletions

View File

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