RWD border-box output
Closed this issue · 3 comments
scottkellum commented
Is there any difference in calculation if border-box is on or off?
For example, I can write it so border and padding eat into the width faking border-box. Maybe we can have three settings, $border-box: true | legacy | false;
where legacy preprocesses the effect of border-box
?
sturobson commented
only just noticed this, did you go with anything?
scottkellum commented
@sturobson I left it at default behavior so no magic is done.
scottkellum commented
I’m just gonna close this out actually.