]> git.draconx.ca Git - homepage.git/commitdiff
Update css_darkmode to handle media queries under @supports.
authorNick Bowler <nbowler@draconx.ca>
Fri, 4 Nov 2022 07:15:43 +0000 (03:15 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 4 Nov 2022 07:15:43 +0000 (03:15 -0400)
This filter currently does not "see" anything within a @supports block,
so the hoisting of dark-mode media queries inside such a block is not
properly done.

Fix this by restructuring the filter to recurse down into these blocks.


No differences found