ninetydegrees: Art: cute piggie waving hello (hi)
ninetydegrees (90d)☕ ([personal profile] ninetydegrees) wrote in [site community profile] dw_dev_training2015-07-16 11:57 am

Styles: what do I need to know about our breakpoint system?

Hi! I would love to patch the style I've submitted but I don't know if it needs @media $medium_media_query and @media $large_media_query and if so, where to put them exactly. Could someone explain our breakpoint system to me?
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2015-07-17 04:10 am (UTC)(link)
The important places to put the @media $medium_media_query are where you specify styling for multiple columns (.two-columns/.three-columns -- which you can also refer to as .multiple-columns).

@media $large_media_query is used less often; mostly to adjust padding or make tweaks.