Browse Source

improve(dev): add dev style entry

charlie 4 years ago
parent
commit
0cd5f73c25
2 changed files with 14 additions and 1 deletions
  1. 13 0
      resources/css/style.dev.css
  2. 1 1
      resources/electron-dev.html

+ 13 - 0
resources/css/style.dev.css

@@ -0,0 +1,13 @@
+@charset "utf-8";
+@import "./inter.css";
+@import "./reveal.min.css";
+@import "./reveal_black.min.css";
+@import "./excalidraw.min.css";
+@import "./katex.min.css";
+@import "./codemirror.min.css";
+@import "./animation.css";
+@import "./table.css";
+@import "./datepicker.css";
+@import "./highlight.css";
+@import "./tailwind.core.css"; /* Build by gulp. Check `_buildTailwind` for more detail */
+@import "./common.css";

+ 1 - 1
resources/electron-dev.html

@@ -3,7 +3,7 @@
 <head>
   <meta charset="utf-8">
   <meta content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" name="viewport">
-  <link href="./css/style.css" rel="stylesheet" type="text/css">
+  <link href="./css/style.dev.css" rel="stylesheet" type="text/css">
   <link href="./css/tailwind.build.css" rel="stylesheet" type="text/css">
   <link href="./img/logo.png" rel="shortcut icon" type="image/png">
   <link href="./img/logo.png" rel="shortcut icon" sizes="192x192">