A
A
Andrey Chugunov2020-03-19 17:14:51
css
Andrey Chugunov, 2020-03-19 17:14:51

Is it worth learning css frameworks like Bootstrap?

Most interested in adaptive. Will the sass framework suffice as a replacement for bootstrap (and others)?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
F
Froggyweb, 2020-03-19
@Froggyweb

The question is not clear.
Bootstrap is a set of classes with styles for building template pages.
SASS - Syntactic Sugar of CSS
One to the other nothing at all
Knowledge of CSS will be enough :)

A
Alexander, 2020-03-19
@Seasle

SASS is not a framework, but a language. Whether or not to learn Bootstrap depends on whether you want to develop or not.

D
Dmitry Sviridov, 2020-03-19
@dimuska139

Here, first you need to decide what sass is. And it's not a framework. There are no ready-made components in it, it's just a metalanguage that simplifies writing css code. For example, there are variables and so on. A bootstrap is a set of stylized ready-made components (eg buttons, tables). That is, they are different things, and sass is not a replacement for bootstrap.

X
xmoonlight, 2020-03-20
@xmoonlight

Learn @media queries in css.
This is definitely enough to implement the adaptive!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question