Created
May 28, 2021 18:18
-
-
Save owrrpon/afe3039221ce24c780a60aadd6c27731 to your computer and use it in GitHub Desktop.
Including Bootstrap
This file contains hidden or 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
| //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