chore: Enforce a few house rules via eslint (#2539)
This commit is contained in:
committed by
dermotduffy
parent
5572ec728e
commit
921d45e577
@@ -60,7 +60,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Transmitting: breathe between a softer and a fuller glow — never fully fades,
|
||||
// Transmitting: breathe between a softer and a fuller glow -- never fully fades,
|
||||
// so the camera always reads as live.
|
||||
@keyframes transmitting-vignette-pulse {
|
||||
0%,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Shared "pop" enter/exit animation for overlays.
|
||||
//
|
||||
// `@include pop-in` auto-plays an entrance on render. `@include pop-out` —
|
||||
// typically guarded by an `.exiting` class — plays the matching exit; it is
|
||||
// `@include pop-in` auto-plays an entrance on render. `@include pop-out` --
|
||||
// typically guarded by an `.exiting` class -- plays the matching exit; it is
|
||||
// named `pop-out` so an `animationend` handler can detect exit completion and
|
||||
// unmount the element.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user