From 5db74830e362d81b2f439288f47417c3acf1164a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Fri, 24 Apr 2020 16:33:02 +0200 Subject: [PATCH] fix: re-export styles from style entry --- style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.js b/style.js index e3212c1b..d4b1ce09 100644 --- a/style.js +++ b/style.js @@ -1 +1 @@ -import './dist/esm/style.css'; +export * from './dist/esm/style.css';