CSS is the de facto standard, but frameworks are built on top of CSS, such as Tailwind.
color-scheme
specifies the colour schemes an element can be rendered in. Itβs unclear to me where the colour scheme itself is defined then. Example usage:color-scheme: dark
.
PurgeCSS can automatically remove unused CSS in a project.