add full support for webpack + css

This commit is contained in:
Seth Burkart
2023-08-13 19:07:24 +10:00
parent 08ce9c2525
commit 08f0c16a6c
6 changed files with 41 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
import './documentload.css';
+1
View File
@@ -0,0 +1 @@
import './iframe.css';
+14 -1
View File
@@ -8,6 +8,19 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>. */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600');
/* // This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>. */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600');
@@ -1243,7 +1256,7 @@ body {
content: "";
width: 14px;
height: 12px;
background-image: url(/icons/betterseqta-light-outline.png);
background-image: url("../../public/icons/betterseqta-light-outline.png");
display: inline-block;
background-size: 18px 18px;
color: #fff;
+1
View File
@@ -0,0 +1 @@
import './injected.css';