Sets compatibility for browsers not supporting flex
@responsive
true
'' | true | false
Is set to true if theme has responsive layout
Page layouts
Default properties for page columns are generated using alias mixins:
#lib-layout-columns - sets columns container
#lib-layout-columns > .main() - alias for main column
#lib-layout-columns > .left() - alias for left column
#lib-layout-columns > .right() - alias for right column
#lib-layout-columns > .reset() - column width and order reset may be used in RWD
These aliases use default class names for layouts predefined in vars (i.e. @layout-class-3columns: layout-3) and general column mixin .lib-layout-column()
Width set in css units (20%, 300px, etc.) or in grid columns if unit is not specified. (4)
Layout width
The .lib-layout-width() mixin is used to set default page width of the element the mixin is applyed to. It can be used to set width for the whole page wrapper or for the page elements individualy like header, footer, and so on.