S
S
semki0962017-11-15 01:44:28
Sass
semki096, 2017-11-15 01:44:28

How to get started with Bootstrap SASS in Laravel5?

I’ll make a reservation right away that I compile through the prepros program, since I work on an open server and not very well with a node. So... In resources/assets I see the sass folder. Am I right in thinking that it should be replaced with bootstrap sass? Although rather not, that's what I see in it in app.scss

// Fonts
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");

// Variables
@import "variables";

// Bootstrap
@import "~bootstrap-sass/assets/stylesheets/bootstrap";

In short, I'm confused about what to put where and what does the code above mean?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill Nesmeyanov, 2017-11-15
@semki096

> In short, I'm confused about what to put where and what does the code above mean?
sass-lang.com/guide#topic-5
> Am I right in thinking that it should be replaced with bootstrap sass?
Sass is a subset of languages ​​(sass and scss), I'm not afraid of this word, programming (loops, functions, variables - everything is there), the consequence of which is css. It has nothing to do with some kind of bootstrap =)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question