This allows all the accents to be used properly, and fixes a regression that disallowed this. The regression was caused by a misunderstanding in the old build system (lol).
We achieve this by patching out the @theme function from colloid, and replacing it with our own, and including all of the accents in our palette css. It is not the most robust solution, as if colloid changes this file our patch will need adjusting, but I think it's better than going scatterbomb find-and-replace on all of colloid without any safety mechanisms :+1: .
This allows all the accents to be used properly, and fixes a regression that disallowed this. The regression was caused by a misunderstanding in the old build system (lol).
We achieve this by patching out the
@theme
function from colloid, and replacing it with our own, and including all of the accents in our palette css. It is not the most robust solution, as if colloid changes this file our patch will need adjusting, but I think it's better than going scatterbomb find-and-replace on all of colloid without any safety mechanisms :+1: .