Skip to content

Commit c0bf5c1

Browse files
committed
Creating a variable.scss file to keep record of the variables such as breakpoints
1 parent f4d7866 commit c0bf5c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

styles/_variables.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Media Query Breakpoints
2+
$mobile-breakpoint: 320px;
3+
$tablet-breakpoint: 768px;
4+
$desktop-breakpoint: 1024px;
5+
$large-desktop-breakpoint: 1440px;
6+
$extra-large-breakpoint: 2560px;

0 commit comments

Comments
 (0)