Set up Webpack Encore
This commit is contained in:
parent
e40e41d6fc
commit
957b799d0a
33 changed files with 14032 additions and 36 deletions
21
public/assets/css/partials/animations.scss
Normal file
21
public/assets/css/partials/animations.scss
Normal file
|
@ -0,0 +1,21 @@
|
|||
// ----------------------------------------------------------------------------
|
||||
// ANIMATIONS
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
@-webkit-keyframes expand-outline {
|
||||
from {
|
||||
outline-offset: 0;
|
||||
}
|
||||
to {
|
||||
outline-offset: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes expand-outline {
|
||||
from {
|
||||
outline-offset: 0;
|
||||
}
|
||||
to {
|
||||
outline-offset: 2px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue