// The variables you want to modify // $font-size-root: 20px; $text-color: #453912; $main-color: #FBAF03; $color-black: #000; $color-white: #fff; $breakpoint-up: ('xs': 'screen and (min-width: 330px)', 'sm': 'screen and (min-width: 480px)', 'md': 'screen and (min-width: 768px)', 'lg': 'screen and (min-width: 1200px)', 'xl': 'screen and (min-width: 1367px)', ) !default; // max-width $breakpoint-down: ('xs': 'screen and (max-width: 329px)', 'sm': 'screen and (max-width: 479px)', 'md': 'screen and (max-width: 767px)', 'lg': 'screen and (max-width: 1200px)', 'xl': 'screen and (max-width: 1366px)', ) !default;