Added rename function

This commit is contained in:
DomySh
2022-07-08 13:15:19 +02:00
parent 31391f092c
commit a424347fe3
10 changed files with 203 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
@use "../../vars" as *;
@use "../../index.scss" as *;
.footer{
height: 150px;
margin-top: 50px;
background-color: $primary_color;
@extend .center-flex;
}