7 lines
170 B
SCSS
Raw Normal View History

2021-03-11 20:26:33 +02:00
// selectively import components we need from bootstrap
// see: node_modules/bootstrap/scss/bootstrap.scss
@import 'bootstrap';
// local style overrides
@import 'main';