A
A
Alexander Sharomet2014-09-26 11:00:16
css
Alexander Sharomet, 2014-09-26 11:00:16

Bootstrap.css why write (col-lg-6 col-sm-6) when you can just (col-sm-6) and everything works the same way?

I often meet similar examples
example
col-lg-3 col-md-3 col-sm-6 col-xs-6
and why not
col-md-3 col-xs-6

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Melnikov, 2014-09-26
@sharomet

apparently, there were a lot of changes during the development process and in the final they forgot to remove unnecessary classes

A
Alexander Dubina, 2014-10-30
@struggleendlessly

depends not only on the size of the screen on which viewing is supposed to be, but also on DPI. Neglecting these parameters may make it impossible to use the resource on some devices (it will be very inconvenient)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question