Edit folder structure and webpack configuration

This commit is contained in:
Paul Nicoué 2022-09-05 15:24:24 +02:00
parent 6a754806c6
commit d48d295bf0
24 changed files with 14 additions and 15 deletions

View file

@ -1,28 +0,0 @@
// ----------------------------------------------------------------------------
// ANIMATIONS
// ----------------------------------------------------------------------------
@keyframes expand-outline {
0% {
outline-offset: 0;
}
100% {
outline-offset: 2px;
}
}
@keyframes rotate-horizontal-bottom {
0% {
transform: rotateX(0);
transform-origin: bottom;
}
50% {
transform: rotateX(180deg);
transform-origin: bottom;
}
100% {
transform: rotateX(0);
transform-origin: bottom;
}
}