Closed wheresrhys closed 8 years ago
As an aside, it'd be great if the following shorthand for the above were supported
@import 'o-grid/main';
@include oGridAddLayout(
$layout-name: XXL,
$layout-width: 1600px,
$generate: true
);
... though not sure it's feasible
Looks like adding a large layout (larger than the rest) fails.
Interestingly enough, there is no unit test for this use case.
A good first step would be to add a test case here: https://github.com/Financial-Times/o-grid/blob/master/test/
Fixed in #119
Well done!
The following works
But this (which should do the same, only without having to redefine the default sizes) appears to do nothing