refactor(scss): create breakpoints.scss
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
$on-phone: 812px;
|
||||
$on-tablet: 1024px;
|
||||
$on-desktop: 1519px;
|
||||
$on-desktop-large: 1920px;
|
||||
Reference in New Issue
Block a user