Oliver Byford
Oliver Byford
If we do pick this up, my suggestion would be to try and re-write code to avoid using the sink functions before we start introducing policies etc, unless doing so...
Some useful resources: - https://github.com/w3c/trusted-types, including [an explainer](https://github.com/w3c/trusted-types/blob/main/explainer.md) - https://w3c.github.io/trusted-types/dist/spec/ - https://github.com/mozilla/standards-positions/issues/20 - https://github.com/WebKit/standards-positions/issues/186 - https://github.com/google/tsec – Extended TypeScript compiler checking Trusted Types compatibility
> [!IMPORTANT] > This is a writeup of a speculative technical spike into 'dark mode' in the context of things built using the Design System that may appear embedded in...
We need to think about print styles as part of this – we only want dark mode to apply to screen media, when printing we want to keep the dark...
The [`meta.module-variables` Sass function](https://sass-lang.com/documentation/modules/meta/#module-variables) could be really useful for iterating over variables to export them as CSS properties, but requires us to be in a Sass module world.
> Some components have a hard-coded reference to light-grey as part of a hover state: > > * Accordion > * Pagination > * Task list > > These components...
It looks as though LibSass is now being deprecated: https://github.com/sass/libsass/issues/3123
The beta of 2.10.0 of the US Web Design System migrates to the module system: https://designsystem.digital.gov/about/releases/#version-2100-beta-0
Ah that's really helpful to know @thisisdano – thanks so much for taking the time to pass on your findings 🙏🏻 I think we are still a fair way of...
[Sass' 'The Module System is Launched' blog post](https://sass-lang.com/blog/the-module-system-is-launched) was amended in July 2022 with this update: > In light of the fact that LibSass was deprecated before ever adding support...