You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use the full-widthfunction on an object at a certain breakpoint but don’t want it to be full width at later breakpoints, you have to override the width, margin-left, and margin-right values generated by full-width. Since full-width is a mixin, the code it generates isn’t immediately apparent, and you might not know what values need to be overridden. Should there be a function that zeros out those values?
The text was updated successfully, but these errors were encountered:
If you use the
full-width
function on an object at a certain breakpoint but don’t want it to be full width at later breakpoints, you have to override thewidth
,margin-left
, andmargin-right
values generated byfull-width
. Sincefull-width
is a mixin, the code it generates isn’t immediately apparent, and you might not know what values need to be overridden. Should there be a function that zeros out those values?The text was updated successfully, but these errors were encountered: