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
Currently, the compiled CSS salesforce-lightning-design-system.css assumes that static files (icons, fonts, images) reside under an /assets directory.
salesforce-lightning-design-system.css
/assets
Can these references be updated to relative paths instead of absolute paths to allow more flexibility in how these files are hosted in consuming apps.
For example src: url("../fonts/webfonts/SalesforceSans-Light.woff2")
instead of src: url("/assets/fonts/webfonts/SalesforceSans-Light.woff2")
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Merge pull request #83 from salesforce-ux/links-typo
f390254
change title to articles
Thank you for your patience, this was just fixed in the latest version of the Lightning Design System!
See full release notes: https://www.lightningdesignsystem.com/release-notes/
kaelig
No branches or pull requests
Currently, the compiled CSS
salesforce-lightning-design-system.css
assumes that static files (icons, fonts, images) reside under an/assets
directory.Can these references be updated to relative paths instead of absolute paths to allow more flexibility in how these files are hosted in consuming apps.
For example
src: url("../fonts/webfonts/SalesforceSans-Light.woff2")
instead of
src: url("/assets/fonts/webfonts/SalesforceSans-Light.woff2")
The text was updated successfully, but these errors were encountered: