This commit is contained in:
@@ -4,3 +4,14 @@
|
||||
}
|
||||
@plugin "./theme-dark.ts";
|
||||
@plugin "./theme-light.ts";
|
||||
|
||||
/* Smoother transitions globally */
|
||||
@layer base {
|
||||
* {
|
||||
@apply transition-colors duration-150;
|
||||
}
|
||||
/* Opt out for elements where color transitions are unwanted */
|
||||
input, select, textarea, progress, .loading, .countdown, svg {
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user