From 76eade203856b74a206bcbbe31966e760d366efb Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 5 Apr 2022 17:33:24 -0500 Subject: [PATCH] index: drop react-complex-tree css since we are using a custom renderer, we are not using any of this css. --- src/index.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index 843a57a0..816f69f1 100644 --- a/src/index.scss +++ b/src/index.scss @@ -5,7 +5,6 @@ @import '~normalize.css'; @import '~@blueprintjs/core/src/blueprint.scss'; @import '~@blueprintjs/popover2/src/blueprint-popover2.scss'; -@import '~react-complex-tree/lib/style.css'; :root { --pb-vh: 100vh;