Open ivan-demchenko opened 10 years ago
It would be nice to have kind of gutter_parameter = margin
gutter_parameter = margin
and then use it like this: {gutter_parameter}-left total-width * ( (gutter-width * 0.5) / _gridsystem-width)
{gutter_parameter}-left total-width * ( (gutter-width * 0.5) / _gridsystem-width)
Imagine you have two columns and you want to divide then with a line (border). Then it would be nice to have padding instead of margins.
It would be nice to have kind of
gutter_parameter = margin
and then use it like this:
{gutter_parameter}-left total-width * ( (gutter-width * 0.5) / _gridsystem-width)
Imagine you have two columns and you want to divide then with a line (border). Then it would be nice to have padding instead of margins.