Sha256: d73f70a92ee9efb02020764157adb114003a4562a276fe598c3303af5642b409
Contents?: true
Size: 902 Bytes
Versions: 57
Compression:
Stored size: 902 Bytes
Contents
// // Component: Variables // Description: Defines all color and style related values as variables // to allow easy customization for the most common cases. // // ======================================================================== // Global variables // ======================================================================== // // Breakpoints // @breakpoint-mini-max: (@breakpoint-small - 1); @breakpoint-small: 480px; @breakpoint-small-max: (@breakpoint-medium - 1); @breakpoint-medium: 768px; @breakpoint-medium-max: (@breakpoint-large - 1); @breakpoint-large: 960px; @breakpoint-large-max: (@breakpoint-xlarge - 1); @breakpoint-xlarge: 1220px;
Version data entries
57 entries across 57 versions & 1 rubygems