【发布时间】:2021-11-07 21:32:28
【问题描述】:
我有一个用于全局样式的 CSS 规则,该样式有效,但我的终端一直向我显示此警告,我该如何禁用它?
src/components/Navbar.svelte changed. rebuilding...
• server
src/routes/index.svelte
Module Warning (from ./node_modules/svelte-loader-hot/index.js):
Unused CSS selector "*" (22:2)
20:
21: <style global>
22: * {
^
23: font-family: 'Poppins';
24: }
• client
src/routes/index.svelte
Module Warning (from ./node_modules/svelte-loader-hot/index.js):
Unused CSS selector "*" (22:2)
20:
21: <style global>
22: * {
^
23: font-family: 'Poppins';
24: }
✔ service worker (73ms)
【问题讨论】: