Skip to content
Snippets Groups Projects
Unverified Commit 6a5a27bf authored by Oisin Coveney's avatar Oisin Coveney Committed by GitHub
Browse files

Convert `shadow.module.css` to CSS modules (#41360)

parent 803c79c4
No related branches found
No related tags found
No related merge requests found
:root {
--shadow-color: var(--color-shadow);
}
:global(.shadowed),
.shadowed {
box-shadow: 0 2px 2px var(--color-shadow);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment