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
New Theming Functions
Introduce 3 new functions:
daff-get-palette
neutral
@function daff-get-palette($theme, $palette){ @if($palette === 'neutral' { return core.daff-map-get($theme, 'core', $palette); } return core.daff-map-get($theme, $palette); }
daff-get-core-color
$base: theme.daff-get-core-color($theme, 'base'); $base-contrast: theme.daff-get-core-color($theme, 'base-contrast');
daff-get-theme-type
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
New Theming Functions
The Desired Behavior
Introduce 3 new functions:
daff-get-palette
neutral
from core withindaff-get-palette
daff-get-core-color
daff-get-theme-type
Your Use Case
Prior Work
Environment
The text was updated successfully, but these errors were encountered: