diff options
Diffstat (limited to '')
| -rw-r--r-- | assets/scss/custom.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss new file mode 100644 index 0000000..37ae8de --- /dev/null +++ b/assets/scss/custom.scss @@ -0,0 +1,9 @@ +// Custom.scss +// Option A: Include all of Bootstrap + +// Include any default variable overrides here (though functions won't be available) + +@import "../node_modules/bootstrap/scss/bootstrap"; + +// Then add additional custom code here + |
