Automatically import Sass through the manifest.
This commit is contained in:
parent
1a3f3f9c1d
commit
796b988899
|
@ -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';
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue