6 lines
182 B
SCSS
6 lines
182 B
SCSS
// ---
|
|
// Scss to help with bootstrap 3 to 4 migration
|
|
// ---
|
|
@import 'bootstrap_migration_variables';
|
|
@import 'bootstrap_migration_reset';
|
|
@import 'bootstrap_migration_components';
|