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
As a developer I want output brand colours as variables So that I can override and reuse these colours
At the moment brand colours are not being outputted as variables.
This means in all the places where we use brand colours we can only return a hex value rather than a variable.
We want to be able to override variables and update colours when we extend CivicTheme and so it would make sense that we add this functionality.
Given I am a developer When I want to use a brand colour Then I can use the ct-color-light and ct-color-dark to access brand colours
ct-color-light
ct-color-dark
The text was updated successfully, but these errors were encountered:
[#469] Added brand colours to css variable output. (#460)
8797cb1
Co-authored-by: Alan <alan.cole@salsa.digital>
daniel-grynenko
No branches or pull requests
User story
As a developer
I want output brand colours as variables
So that I can override and reuse these colours
Description
At the moment brand colours are not being outputted as variables.
This means in all the places where we use brand colours we can only return a hex value rather than a variable.
We want to be able to override variables and update colours when we extend CivicTheme and so it would make sense that we add this functionality.
Acceptance criteria
Given I am a developer
When I want to use a brand colour
Then I can use the
ct-color-light
andct-color-dark
to access brand coloursThe text was updated successfully, but these errors were encountered: