Skip to content

Instantly share code, notes, and snippets.

@owrrpon
Created May 28, 2021 18:18
Show Gist options
  • Save owrrpon/afe3039221ce24c780a60aadd6c27731 to your computer and use it in GitHub Desktop.
Save owrrpon/afe3039221ce24c780a60aadd6c27731 to your computer and use it in GitHub Desktop.
Including Bootstrap
//importing the good parts from Bootstrap
//Dependencies
@import '~bootstrap/scss/functions';
@import '~bootstrap/scss/variables';
@import '~bootstrap/scss/mixins';
//Grid
@import "~bootstrap/scss/vendor/rfs";
@import "~bootstrap/scss/containers";
@import "~bootstrap/scss/grid";
//Reboot
@import '~bootstrap/scss/reboot';
//Utilities
@import '~bootstrap/scss/utilities';
@import '~bootstrap/scss/utilities/api';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment