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
Create css var lib to store constants example:
{ --padding: var(--size-3); }
Example of constants: padding, typography, colour-palette, site-content-width
The text was updated successfully, but these errors were encountered:
@chrisvdm Even though it's small, should we close this one now that we've got some code in https://github.com/redwoodjs/example-store-stripe/blob/main/web/src/index.css?
example-store-stripe/web/src/index.css
Lines 3 to 6 in f04d178
#119 also adds a few. We can keep updating our CSS changes in #52.
Sorry, something went wrong.
No branches or pull requests
Create css var lib to store constants
example:
Example of constants: padding, typography, colour-palette, site-content-width
The text was updated successfully, but these errors were encountered: