Skip to content

Instantly share code, notes, and snippets.

@Wildhammer
Created May 17, 2020 15:24
Show Gist options
  • Save Wildhammer/c0565690fefc66c5923d8f2aec7c141f to your computer and use it in GitHub Desktop.
Save Wildhammer/c0565690fefc66c5923d8f2aec7c141f to your computer and use it in GitHub Desktop.
/* 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