Skip to content

Commit

Permalink
feat: add duration (#3)
Browse files Browse the repository at this point in the history
Added the Duration Quantity.
  • Loading branch information
Noah Hummel committed Mar 4, 2022
1 parent 2ce1aff commit 3f6eeaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {
CssBuilder
} from './CssBuilder';
import { Duration } from './quantities/Duration';
import {
Ch,
ch,
Expand Down Expand Up @@ -51,6 +52,7 @@ export {
ColorRgb,
ColorRgba,
CssBuilder,
Duration,
Em,
em,
Ex,
Expand Down

0 comments on commit 3f6eeaf

Please sign in to comment.