Created
May 17, 2020 15:24
-
-
Save Wildhammer/c0565690fefc66c5923d8f2aec7c141f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* I use bootstrap in my project but | |
I'd like to override the breakpoint values */ | |
$grid-breakpoints: ( | |
xs: 0, | |
sm: 600px, | |
md: 960px, | |
lg: 1280px, | |
xl: 1920px, | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment