detect span.counter and allow to put styles on the number

This commit is contained in:
2022-02-01 13:31:26 +01:00
parent 730199cca4
commit ec29758547
5 changed files with 49 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ import { chill } from './js/chill.js';
global.chill = chill;
require('./js/date.js');
require('./js/counter.js');
/// Load fonts
require('./fonts/OpenSans/OpenSans.scss')