Edit autoprefixer browserslist and remove manual prefixes

This commit is contained in:
Paul Nicoué 2022-07-19 16:01:41 +02:00
parent 957b799d0a
commit e5f5b543c6
4 changed files with 10 additions and 38 deletions

View file

@ -2,15 +2,6 @@
// ANIMATIONS
// ----------------------------------------------------------------------------
@-webkit-keyframes expand-outline {
from {
outline-offset: 0;
}
to {
outline-offset: 2px;
}
}
@keyframes expand-outline {
from {
outline-offset: 0;