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
Would be a less confusing and would make lighter footprints in CSS code (for those not using every pattern) if blocks where implemented via just the mixins than with mixins + the variables.scss file.
For example instead of doing this to implement just the masthead:
Would be a less confusing and would make lighter footprints in CSS code (for those not using every pattern) if blocks where implemented via just the mixins than with mixins + the variables.scss file.
For example instead of doing this to implement just the masthead:
we could do this instead:
By setting up your mixins to recognize inputs:
and by including any relevant variables or imports in the _wvu-masthead.scss file:
The text was updated successfully, but these errors were encountered: