We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Title explains it all, themes are unable to import local files on the theme's directory with relative path.
To Reproduce
theme/ background.jpg config.json index.scss
// index.scss body { background-image: url('./background.jpg'); }
Expected behavior
The relative path should be transformed into the base64'd version of the file that was pointed at.
body { background-image: url(data:image/png;base64,d2h5IGRpZCB5b3UgZXZlbiBib3RoZXIgZGVjb2RpbmcgdGhpcywgaXQncyBwb2ludGxlc3MsIHN0b3AgaXQu); }
Screenshots
No screenshots necessary
System information
Manjaro Linux 5.0.2, Discord Stable
Additional context
plsfix
Are you willing and able to fix this?
Perhaps.
The text was updated successfully, but these errors were encountered:
url
Successfully merging a pull request may close this issue.
Describe the bug
Title explains it all, themes are unable to import local files on the theme's directory with relative path.
To Reproduce
Expected behavior
The relative path should be transformed into the base64'd version of the file that was pointed at.
Screenshots
No screenshots necessary
System information
Manjaro Linux 5.0.2, Discord Stable
Additional context
plsfix
Are you willing and able to fix this?
Perhaps.
The text was updated successfully, but these errors were encountered: