From 74ee0bce174b1f1fe187611258f5183f3e9bc5fe Mon Sep 17 00:00:00 2001 From: maryia-lapata Date: Wed, 11 Mar 2020 13:46:07 +0300 Subject: [PATCH] Remove import of legacy styles --- x-pack/plugins/graph/public/index.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/x-pack/plugins/graph/public/index.scss b/x-pack/plugins/graph/public/index.scss index 067b2c300626df..f4e38de3e93a44 100644 --- a/x-pack/plugins/graph/public/index.scss +++ b/x-pack/plugins/graph/public/index.scss @@ -1,6 +1,3 @@ -// Import the EUI global scope so we can use EUI constants -@import 'src/legacy/ui/public/styles/_styling_constants'; - /* Graph plugin styles */ // Prefix all styles with "gph" to avoid conflicts.