TEI/ATOP 2025-06-30 to 2025-07-04
to : Martin Holmes
Minutes: 55
On Monday, came back to the strange JS issue, and determined that the component
of the problem caused by the missing styling was because of an overly-broad
rule in the SCSS matching anchor elements with no @href
. It’s
not my rule, though, so I worked around the problem by simply adding a class
to the element at build time rather than trying to handle things in JS.