Skip to content

Commit 3f6eeaf

Browse files
author
Noah Hummel
authored
feat: add duration (#3)
Added the Duration Quantity.
1 parent 2ce1aff commit 3f6eeaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import {
22
CssBuilder
33
} from './CssBuilder';
4+
import { Duration } from './quantities/Duration';
45
import {
56
Ch,
67
ch,
@@ -51,6 +52,7 @@ export {
5152
ColorRgb,
5253
ColorRgba,
5354
CssBuilder,
55+
Duration,
5456
Em,
5557
em,
5658
Ex,

0 commit comments

Comments
 (0)