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

Convert `transitions.module.css` to CSS modules (#41361)

parent 6a5a27bf
No related merge requests found
......@@ -6,6 +6,6 @@
}
.icon {
composes: transition-color from "style";
composes: transitionColor from "style";
color: currentColor;
}
:global(.transition-color),
.transition-color,
.transitionColor {
transition: color 0.3s linear;
}
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