1
Fork 0

Automatically import Sass through the manifest.

This commit is contained in:
Bauke 2022-03-15 12:09:45 +01:00
parent 1a3f3f9c1d
commit 796b988899
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
import './scss/scripts.scss';
import {html} from 'htm/preact'; import {html} from 'htm/preact';
import {render} from 'preact'; import {render} from 'preact';

View File

@ -37,7 +37,7 @@
], ],
"run_at": "document_end", "run_at": "document_end",
"css": [ "css": [
"generated:style.css" "scss/scripts.scss"
], ],
"js": [ "js": [
"content-scripts.ts" "content-scripts.ts"