[Fix] Duplicated font import
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
$fontColor: #226bb4; // added to solve unnamed color error
|
$fontColor: #226bb4; // added to solve unnamed color error
|
||||||
|
|
||||||
//import google font
|
// import google font
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700;900&display=swap");
|
// This font has been imported in main.scss linked to App.vue; no need to import
|
||||||
|
// @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700;900&display=swap");
|
||||||
|
|
||||||
//my variable
|
//my variable
|
||||||
$color-pale-grey: #f0f7fd;
|
$color-pale-grey: #f0f7fd;
|
||||||
|
|||||||
Reference in New Issue
Block a user