It has been a while since it was active, but I came across this lib and I decided that I would try. At the moment, everything is working fine. This is a solution adapted from one of the closed repo releases ( unsolved ). It seems that the developer promised a new API, but that was over 1 year ago.
This is not ideal, as there are some problems setting up $clock-flip-font-size: 120px . Also, when minutes are displayed as 3 digits, the text “Minutes” is not centered .
Here is the code: https://codepen.io/jimasun/pen/PzAqVw/
// // ------------------------- FlipClock // $clock-flip-font-size: 120px $clock-flip-border-radius: 8px $clock-digit-gap: 20px $clock-dot-size: 20px $clock-height: ($clock-flip-font-size * 1.2) $clock-flip-width: ($clock-flip-font-size * 0.8) $clock-flip-margin: ($clock-digit-gap / 2) $clock-flip-section-width: (2 * ($clock-flip-width + 2 * $clock-flip-margin)) $clock-flip-bg:
source share