You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
564 B
18 lines
564 B
// Reflex is a flexbox grid which provides a way to take advantage of emerging
|
|
// flexbox support while providing a fall back to inline-block on older browsers
|
|
//
|
|
// To disable legacy support and build a flexbox only grid, set the variable
|
|
// $legacy-support in includes/variables to false
|
|
//
|
|
// Built by Lee Jordan
|
|
// email: ldjordan@gmail.com
|
|
// github: https://github.com/leejordan
|
|
//
|
|
// Structure and calculations are inspired by twitter bootstrap
|
|
|
|
@import 'includes/variables';
|
|
@import 'includes/mixins';
|
|
@import 'includes/grid';
|
|
@import 'includes/helpers';
|
|
|