who the hell puts a } in front of a SASS line?
This commit is contained in:
parent
b91f9f4142
commit
a82fda0a50
|
@ -34,7 +34,7 @@
|
|||
|
||||
//fade in
|
||||
|
||||
}@keyframes fade {
|
||||
@keyframes fade {
|
||||
from {opacity: 0}
|
||||
to {opacity: .8}
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@ animation: modal .25s;
|
|||
|
||||
//fade in and animate up
|
||||
|
||||
}@keyframes fade {
|
||||
@keyframes fade {
|
||||
from {opacity: 0}
|
||||
to {opacity: 1}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue