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
daff-map-get
Create daff-map-get function
daff-map-get function to match the sass map get function, with the addition of throwing an error if key does not exist.
User should retrieve it from @daffodil/design/scss/utilities
@daffodil/design/scss/utilities
Example usage:
@use '@daffodil/design/scss/utilities'; @mixin custom-theme($theme) { $base: utilities.daff-map-get($theme, core, base); }
This will replace the daff-map-deep-get function
daff-map-deep-get
Daffodil version: X.Y.Z Angular version: X.Y.Z For Tooling issues: - Node version: XX - Platform: Others:
The text was updated successfully, but these errors were encountered:
damienwebdev
xelaint
No branches or pull requests
💡 Feature request
Feature Name
Create
daff-map-get
functionThe Desired Behavior
daff-map-get
function to match the sass map get function, with the addition of throwing an error if key does not exist.User should retrieve it from
@daffodil/design/scss/utilities
Example usage:
This will replace the
daff-map-deep-get
functionYour Use Case
Prior Work
Environment
The text was updated successfully, but these errors were encountered: