unimelb / unimelb-design-system

A complete design system for the University of Melbourne
https://web.unimelb.edu.au
30 stars 12 forks source link

Fix filtered-listing layout on mobile #898

Closed axelboc closed 7 years ago

axelboc commented 7 years ago

Fixes #896 - aside containers no longer appear below their corresponding listings.

This had been broken since v4.3. The filtered-listings styles were being imported before the base styles because of a mixin declared in the former but used in base/_courses, leading to filtered-listing styles being overridden. I've moved base/_courses into its own component folder named course and imported it below filtered-listings.