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
Doesn't work
@fontPath : '../../themes/default/assets/fonts';
Works
@fontPath : '../../../themes/default/assets/fonts';
Steps to repro:
theme.config.example
theme.config
The compilation should fail due to font lookup from [...]/themes/themes/default[...].
[...]/themes/themes/default[...]
The text was updated successfully, but these errors were encountered:
Same here. He is right.
Adding @fontPath : "../assets/fonts"; in theme.config fixed the issue.
@fontPath : "../assets/fonts";
Sorry, something went wrong.
No branches or pull requests
Doesn't work
Works
Steps to repro:
theme.config.example
totheme.config
The compilation should fail due to font lookup from
[...]/themes/themes/default[...]
.The text was updated successfully, but these errors were encountered: