LEMDO 2024-05-13 to 2024-05-17
to : Martin Holmes
Minutes: 95
On Monday, implemented a fix for the Douai CSS which arose out of the recent annotation/collation changes, after getting the OK from CS. Also pushed forward with issue #218, fully implementing the changes required so we can see if anything breaks, and triaged a couple of other tickets.
On Tuesday, a Sass problem broke the build, and it took me a good while
to figure out why. It turns out that if you use a mixin in an included file,
you need to add the @use
declaration for that file at the
top of the file including it, even if it’s already included in the main
driver file.