From 01d72bc27ad822d7cccf2b72be2c041b814c626a Mon Sep 17 00:00:00 2001 From: Maciej Palmowski Date: Sat, 31 Jul 2021 08:16:36 +0200 Subject: [PATCH] Fixes throwing 404 (#894) * Fixes throwing 404 * Update index.css Co-authored-by: Fred K. Schott --- examples/docs/public/index.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/docs/public/index.css b/examples/docs/public/index.css index f06f8c94f..358f5fdf4 100644 --- a/examples/docs/public/index.css +++ b/examples/docs/public/index.css @@ -1,6 +1,3 @@ -@import './theme'; -@import './code'; - * { box-sizing: border-box; margin: 0;