runs queue order manipulation and whitespace tightnening
This commit is contained in:
parent
a88eba7dd1
commit
99fd33f770
10 changed files with 478 additions and 121 deletions
|
|
@ -1,2 +1,9 @@
|
|||
@import "tailwindcss" source("../");
|
||||
@source inline("bg-amber-500 translate-x-5");
|
||||
|
||||
@layer base {
|
||||
::view-transition-group(*) {
|
||||
animation-duration: 180ms;
|
||||
animation-timing-function: ease;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue