Skip to content

Instantly share code, notes, and snippets.

@Danushka181
Created September 19, 2023 11:41
Show Gist options
  • Save Danushka181/8ccc4ff80d29bab3a5926d8f73a8ef66 to your computer and use it in GitHub Desktop.
Save Danushka181/8ccc4ff80d29bab3a5926d8f73a8ef66 to your computer and use it in GitHub Desktop.
this is for only bootstrap grid system
$gutters: (
xs: 0,
sm: 0.5rem,
md: 1rem,
lg: 1.5rem,
xl: 2rem,
);
@import "../../node_modules/bootstrap/scss/functions";
@import "../../node_modules/bootstrap/scss/variables";
@import "../../node_modules/bootstrap/scss/mixins";
@import "../../node_modules/bootstrap/scss/containers";
@import "../../node_modules/bootstrap/scss/grid";
@import "../../node_modules/bootstrap/scss/bootstrap-utilities.scss";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment