refactor(scss): create breakpoints.scss

This commit is contained in:
Jimmy Cai 2020-09-09 16:03:09 +02:00
parent 45b702d3ea
commit 190475dbad
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18
3 changed files with 6 additions and 5 deletions

View File

@ -0,0 +1,4 @@
$on-phone: 812px;
$on-tablet: 1024px;
$on-desktop: 1519px;
$on-desktop-large: 1920px;

View File

@ -1,3 +1,5 @@
@import "breakpoints.scss";
@import "variables.scss"; @import "variables.scss";
@import "helper/shadow.scss"; @import "helper/shadow.scss";

View File

@ -1,11 +1,6 @@
$defaultTagBackgrounds: #8ea885, #df7988, #0177b8, #ffb900, #6b69d6; $defaultTagBackgrounds: #8ea885, #df7988, #0177b8, #ffb900, #6b69d6;
$defaultTagColors: #fff, #fff, #fff, #fff, #fff; $defaultTagColors: #fff, #fff, #fff, #fff, #fff;
$on-phone: 812px;
$on-tablet: 1024px;
$on-desktop: 1519px;
$on-desktop-large: 1920px;
/* /*
* CSS Variables * CSS Variables
*/ */