Skip to content
New issue

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

[Enhancement] Improve customisation options #129

Merged
merged 3 commits into from
May 19, 2019

Conversation

daviddarnes
Copy link
Owner

Summary

To allow easier control over styling option adding a !default flag to sass variables sets them as the default value, overwriting can then be done in any file that is importing those values

Closes #127

@daviddarnes daviddarnes merged commit cb67769 into master May 19, 2019
@daviddarnes daviddarnes deleted the improve-customisation-options branch May 19, 2019 15:43
$featureBackgroundColour: #f9fafa;
$backgroundColour: #ffffff !default;
$codeBackgroundColour: #fafafa !default;
$featureBackgroundColour: #f9fafa !default;
$accentColour: #05bf85;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!default is missing here, as stated in #127.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Proposal] Add `!default" to allow sass color overwrites
2 participants