i actually leaning compass and susy.So i found mixins for leader and trailer that add margin to my
element. Actually i would to add padding to the same element, does exist a mixin for that or do i add it manually in css ?
thanks
i actually leaning compass and susy.So i found mixins for leader and trailer that add margin to my
element. Actually i would to add padding to the same element, does exist a mixin for that or do i add it manually in css ?
thanks
padding-leader
andpadding-trailer
are the padding versions ofleader
andtrailer
. You can also userhythm-margins($leader, $trailer)
orrhythm-padding($leader, $trailer)
to give both values at once.That is all part of Compass, and not related to Susy.