13 Nov 2024 01:18 PM
Hi! I am planning to migrate from styled components to vanilla-extract styles, and I am not sure about the additional configuration for the DT app. I remember you were also planning to migrate back in January. Can you share the docs or information on how to use Vanilla-extract with the Dynatrace app? Thank you!
13 Jan 2026 10:00 AM
I can also recommend having a look at css-modules https://github.com/css-modules/css-modules
The only "setup" they require is a type definition:
e.g.: a css-modules.d.ts file containing
declare module '*.module.css';assuming all styles will be stored in files ending with .module.css
Featured Posts