Open leoallen85 opened 9 years ago
Will get rid of 'magic numbers' for horizontal values in the styles SCSS.
Singularity offers a modular scale grid, which we are using by math. Essentially a bunch of statements like this:
.foo {
width: 29em;
}
will become
.foo {
@include ms-col(2);
}
As a front-end designer In order to remove magic numbers and clean up the CSs I want to switch to the singularity grid