mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-14 10:57:04 +01:00
7 lines
170 B
SCSS
7 lines
170 B
SCSS
|
// selectively import components we need from bootstrap
|
||
|
// see: node_modules/bootstrap/scss/bootstrap.scss
|
||
|
@import 'bootstrap';
|
||
|
|
||
|
// local style overrides
|
||
|
@import 'main';
|