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

Add Customizing Documentation #1469

Open
scurker opened this issue Apr 26, 2024 · 0 comments
Open

Add Customizing Documentation #1469

scurker opened this issue Apr 26, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@scurker
Copy link
Member

scurker commented Apr 26, 2024

We should document how we expect authors to customize or override Cauldron styles. Some examples:

It's become a somewhat common practice to override styles via CSS specificity:

// in application code
.Component {
  background-color: red;
}

This can come with its own set of issues if not used correctly as it would be expected that authors would correctly update any styles that need to cascade. There are natural ways to do this with css vars, but we should document each approach and specify how and when an author should override or customize Cauldron styles.

@scurker scurker added the documentation Improvements or additions to documentation label Apr 26, 2024
@scurker scurker added this to the Q2 2024 milestone Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant