Skip to content
This repository was archived by the owner on Aug 30, 2020. It is now read-only.

Commit 3daaff2

Browse files
committed
README fix
1 parent c69f5a2 commit 3daaff2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,10 @@ The default configuration generates the following CSS:
260260

261261
/* configurable with the "animationFillMode" theme object */
262262
.animation-fill-none {
263-
--animation-fill-mode: none;
264263
animation-fill-mode: none;
265-
animation-fill-mode: var(--animation-fill-mode);
266264
}
267265
.animation-fill-forwards {
268-
--animation-fill-mode: forwards;
269266
animation-fill-mode: forwards;
270-
animation-fill-mode: var(--animation-fill-mode);
271267
}
272268
.animation-fill-[key] {
273269
animation-fill-mode: [value];

0 commit comments

Comments
 (0)