The Porsche Design System mandates a minimum version of Tailwind CSS v4. Please ensure your installation meets this requirement.
@import 'tailwindcss';
@import '@porsche-design-system/components-{js|angular|react|vue}/tailwindcss';
light-dark()color-scheme.scheme-* utility classes with a polyfill for browsers that
do not yet support light-dark() (see .scheme-light — Forces light mode..scheme-dark — Forces dark mode..scheme-light-dark — Dynamically follows system/OS settings.<!-- Defined theme will be applied to all child elements -->
<html class="scheme-dark">
<head></head>
<body>
<!-- Will be rendered in dark mode -->
<div class="bg-frosted text-primary"></div>
</body>
</html>
