7 lines
132 B
SCSS
7 lines
132 B
SCSS
// Import all of Bootstrap's CSS
|
|
@import '~bootstrap/scss/bootstrap';
|
|
|
|
.container-fluid .row {
|
|
font-feature-settings: 'tnum';
|
|
}
|