Answer the question
In order to leave comments, you need to log in
How to use sass variables from bootstrap?
Hello.
How to use sass variables from bootstrap in laravel application?
By default bootstrap is already installed in laravel.
In app.scss file connects
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
$my-var: $line-height-computed;
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
@import "example";
Answer the question
In order to leave comments, you need to log in
I do like this
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/mixins";
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question