feat: Initialize backend with Express and MySQL, and restructure frontend with new routing and language support.
This commit is contained in:
15
frontend/src/styles/main.scss
Normal file
15
frontend/src/styles/main.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
// ========================
|
||||
// MAIN SCSS FILE
|
||||
// ========================
|
||||
|
||||
// Base styles
|
||||
@use 'global';
|
||||
|
||||
// Components
|
||||
@use 'components/header';
|
||||
@use 'components/hero';
|
||||
@use 'components/about';
|
||||
@use 'components/skills';
|
||||
@use 'components/projects';
|
||||
@use 'components/education';
|
||||
@use 'components/contact';
|
||||
Reference in New Issue
Block a user