mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
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…
x
Reference in New Issue
Block a user