|
$cursor-url: url(get-file-as-data-uri("../assets/cursor.png")) !default; |
Describe the bug
When I try to use a custom theme
To Reproduce
// xx.scss
$primary-colors: (
normal: red,
hover: red,
shadow: red,
) !default;
@import "nes.css/scss/nes.scss";

Expected behavior
When I remove this

Environment:
Suggestion(s) for fixing this issue
In my opinion, should we not rely on the JS transformation Base64, but use the transformation directly?,Is it possible to provide the ability to customize the theme。
Additional context
In the component library I'm developing, I'm trying to provide a set of custom themes
NES.css/scss/base/variables.scss
Line 8 in 444faf0
Describe the bug
When I try to use a custom theme
To Reproduce
Expected behavior
When I remove this
Environment:
Suggestion(s) for fixing this issue
In my opinion, should we not rely on the JS transformation Base64, but use the transformation directly?,Is it possible to provide the ability to customize the theme。
Additional context
In the component library I'm developing, I'm trying to provide a set of custom themes