From 3b314d530799604499539007c9a7e3958168cd96 Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Wed, 31 Mar 2021 10:40:45 +0200 Subject: [PATCH] Fixed missing global file Signed-off-by: Florian BOUILLON --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index e7fc6b6..1a7e07d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,6 +4,8 @@ * @summary DZEIO Component Library */ +import './dzeio/general.styl' + import Box from './dzeio/Box' import Button from './dzeio/Button' import Checkbox from './dzeio/Checkbox'