Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 6ab243f

Browse files
committed
Add components main file
1 parent 2926b07 commit 6ab243f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/scss/components/main.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// This is the main with imports from components folder.
2+
3+
@import 'starter-box';

src/scss/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
@import 'pages/main';
1919

2020
//* Components *//
21-
@import 'components/starter-box';
21+
@import 'components/main';

0 commit comments

Comments
 (0)