feat: added header

This commit is contained in:
Aliaksei Karzhou
2024-06-30 00:11:55 +03:00
parent 24da9d4df0
commit 8653542a07
29 changed files with 718 additions and 1 deletions

18
assets/scss/index.scss Normal file
View File

@@ -0,0 +1,18 @@
// Base
@import './b-vars';
@import './b-mixins';
@import './b-reset';
// Modules
@import './m-container';
@import './m-logo';
@import './m-social-link';
@import './m-button';
// Layouts
@import './l-header';
@import './l-main';
@import './l-footer';