datavisyn/tdp_core

Update _2_components.scss to include all bootstrap components

Opened this issue · 0 comments

I noticed that some scss components of bootstrap are not yet imported in the _2_components.scss, like placeholders for example.

...
@import '~bootstrap/scss/placeholders';
...