11 lines
217 B
CSS
11 lines
217 B
CSS
@import "tailwindcss";
|
|
|
|
@theme {
|
|
--ease-ios: cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
--ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
}
|
|
|
|
.wallpaper-transition {
|
|
transition: filter 0.3s ease, opacity 0.3s ease;
|
|
}
|