-
Notifications
You must be signed in to change notification settings - Fork 40
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
CSS Component Library #1045
Comments
We need to ensure our selectors work in a consisten way. A suggestion from @eirikbacker is to run selectors like & [role="tabpanel"]:not([role="tabpanel"] [role="tabpanel"]) However, places where we want the consumers to keep a specific DOM structure, we should use CSS in a way that would "break" doing other DOM setups. |
yeah, and we need to test this selector - does it work if using .tabs inside .tabs, because that would actually meet |
Closing this as we have completed the first version. Further enhancements will be addressed in separate issues. |
In the future want to provide our components and utilities as pure css classes for people to use with plain html or other technologies.
Suggested package name:
@digdir/designsystemet-css
Notes
Tasks
The text was updated successfully, but these errors were encountered: