From 48713428b7c86724f2f462a1569cdf05c098ca38 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sat, 2 Nov 2019 12:45:41 +0200 Subject: [PATCH] Import primer-tooltips css --- client/css/style.css | 1 + client/index.html.tpl | 1 - webpack.config.js | 4 ---- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 29b6a1a6..2edf282a 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1,5 +1,6 @@ @import "fontawesome.css"; @import "bootstrap.css"; +@import "../../node_modules/primer-tooltips/build/build.css"; :root { /* Main text color */ diff --git a/client/index.html.tpl b/client/index.html.tpl index 72b57a63..eb584d7b 100644 --- a/client/index.html.tpl +++ b/client/index.html.tpl @@ -9,7 +9,6 @@ - <% _.forEach(stylesheets, function(css) { %> diff --git a/webpack.config.js b/webpack.config.js index 06df60dc..3c062ad0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -134,10 +134,6 @@ const config = { from: "./client/themes/*", to: "themes/[name].[ext]", }, - { - from: "./node_modules/primer-tooltips/build/build.css", - to: "css/primer-tooltips.[ext]", - }, ]), new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/), // socket.io uses debug, we don't need it