E
E
evilelf2015-09-20 17:23:56
css
evilelf, 2015-09-20 17:23:56

What are the best scss frameworks to use? Which are the best and why?

Hello!

  • What scss frameworks do you use?
  • And why?
  • What are popular? Why?

Purpose: speeding up layout))) (cross-browser compatibility, setting a template and quickly changing its colors, etc.)
Thank you all for your answers.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
R
Roman Akhmadullin, 2015-09-20
@saggid

I advise you to switch to a clean layout based on Flexbox , if support for older browsers is not important. In general, with it you can very easily write any sites even without using any frameworks. And it is also more flexible and will work better, among other things. Such cases)
Plus - another very good document explaining the principles of Flexbox.
I've been typing a lot of things on the basis of these two sources lately, and the result really pleases me. I even began to think that, in general, the need for layout frameworks in this approach is practically eliminated.
PS
A .. Either I misunderstood the author's question. We need to frame the question more correctly then. I use postcss for the most part, in bulk scss, and don't use any additional scss plugins.

E
evilelf, 2015-09-20
@evilelf

I chose bourbon for a while. Quite a lot of mixins.

D
Dmitry Khristoev, 2015-09-24
@Haoss

gulp + sass + jade I
advise you to watch these videos https://www.youtube.com/playlist?list=PLqGj3iMvMa4...

M
Maxim Gatilin, 2015-09-24
@gatilin222

Why do you need a third party library? Just look at what is repeated with each layout, what can be optimized, automated and write your own mini-library. For example, I have a template on github , to which I add something after each project.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question