From 796b9888998dd58b6237d59b79163a0e8c0a750f Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 15 Mar 2022 12:09:45 +0100 Subject: [PATCH] Automatically import Sass through the manifest. --- source/content-scripts.ts | 2 -- source/manifest.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/source/content-scripts.ts b/source/content-scripts.ts index e741322..8ca23d3 100644 --- a/source/content-scripts.ts +++ b/source/content-scripts.ts @@ -1,5 +1,3 @@ -import './scss/scripts.scss'; - import {html} from 'htm/preact'; import {render} from 'preact'; diff --git a/source/manifest.json b/source/manifest.json index cafb3b5..8a1d00b 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -37,7 +37,7 @@ ], "run_at": "document_end", "css": [ - "generated:style.css" + "scss/scripts.scss" ], "js": [ "content-scripts.ts"