mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
8 lines
No EOL
295 B
SCSS
8 lines
No EOL
295 B
SCSS
// Bootstrap variables override https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss
|
|
$grid-gutter-width: 24px;
|
|
|
|
// Bootstrap and its default variables
|
|
@import 'node_modules/bootstrap/scss/bootstrap';
|
|
|
|
// Bootstrap Vue styles
|
|
@import 'node_modules/bootstrap-vue/dist/bootstrap-vue'; |