Import primer-tooltips css
This commit is contained in:
parent
064d36a6cc
commit
48713428b7
@ -1,5 +1,6 @@
|
|||||||
@import "fontawesome.css";
|
@import "fontawesome.css";
|
||||||
@import "bootstrap.css";
|
@import "bootstrap.css";
|
||||||
|
@import "../../node_modules/primer-tooltips/build/build.css";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* Main text color */
|
/* Main text color */
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
<link rel="preload" as="script" href="js/bundle.vendor.js?v=<%- cacheBust %>">
|
<link rel="preload" as="script" href="js/bundle.vendor.js?v=<%- cacheBust %>">
|
||||||
<link rel="preload" as="script" href="js/bundle.js?v=<%- cacheBust %>">
|
<link rel="preload" as="script" href="js/bundle.js?v=<%- cacheBust %>">
|
||||||
|
|
||||||
<link rel="stylesheet" href="css/primer-tooltips.css?v=<%- cacheBust %>">
|
|
||||||
<link rel="stylesheet" href="css/style.css?v=<%- cacheBust %>">
|
<link rel="stylesheet" href="css/style.css?v=<%- cacheBust %>">
|
||||||
<link id="theme" rel="stylesheet" href="themes/<%- theme %>.css" data-server-theme="<%- theme %>">
|
<link id="theme" rel="stylesheet" href="themes/<%- theme %>.css" data-server-theme="<%- theme %>">
|
||||||
<% _.forEach(stylesheets, function(css) { %>
|
<% _.forEach(stylesheets, function(css) { %>
|
||||||
|
@ -134,10 +134,6 @@ const config = {
|
|||||||
from: "./client/themes/*",
|
from: "./client/themes/*",
|
||||||
to: "themes/[name].[ext]",
|
to: "themes/[name].[ext]",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
from: "./node_modules/primer-tooltips/build/build.css",
|
|
||||||
to: "css/primer-tooltips.[ext]",
|
|
||||||
},
|
|
||||||
]),
|
]),
|
||||||
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
|
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
|
||||||
// socket.io uses debug, we don't need it
|
// socket.io uses debug, we don't need it
|
||||||
|
Loading…
Reference in New Issue
Block a user