You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module build failed (from ./node_modules/antd-scss-theme-plugin/build/dist/lib/antdLessLoader.js):
Could not compile the SCSS theme file "C:\Users\Luke\source\repos\bcgov\mds\services\minespace-web\src\styles\settings\theme.scss" for the purpose of variable extraction. This is likely because it contains a Sass error.
The text was updated successfully, but these errors were encountered:
I have the same problem, but i found solution. You can use in your theme.scss only $font-family variable. Your font you can load by @font-face in other scss file in project
For example, adding this to my theme.scss won't let it compile due to a generic "SASS error". Any help is appreciated.
@font-face { font-family: 'BC Sans'; src: url('../assets/fonts/BCSans-Regular.woff'); }
The error:
The text was updated successfully, but these errors were encountered: