/*
	Use this file to add transitions for db-components.
	Adds color and border transitions for a smooth experience.
*/

@use "@db-ui/foundations/build/styles/animation";

// transitions
[class^="db-"],
[class^="db-"] * {
	@extend %default-transition;

	::before,
	::after {
		@extend %default-transition;
	}
}
