storybookjs
Enterprise
storybook
Sign in / Sign up
Open main menu
Your Enterprise license has expired.
storybook
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Failed
34015
8fcdfe93 fix: merge multi-argument styled() calls into single functions to fix CSS ordering on theme change When styled() is called with multiple arguments (e.g., styled.h1(withReset, headerCommon, themeFunc)), Emotion generates separate CSS classes for each argument. On theme change, unchanged classes are reused at their original stylesheet position while changed ones are appended at the end. This causes unpredictable CSS cascade ordering since DocsContent's :where() selectors and component classes share the same specificity (0-1-0). By merging all arguments into a single function, each component produces exactly one CSS class that is always regenerated together on theme change, ensuring consistent stylesheet ordering. Co-authored-by: Sidnioulz <5108577+Sidnioulz@users.noreply.github.com>
2 months ago
by copilot-sw...
c
Canceled
34015
8fcdfe93 fix: merge multi-argument styled() calls into single functions to fix CSS ordering on theme change When styled() is called with multiple arguments (e.g., styled.h1(withReset, headerCommon, themeFunc)), Emotion generates separate CSS classes for each argument. On theme change, unchanged classes are reused at their original stylesheet position while changed ones are appended at the end. This causes unpredictable CSS cascade ordering since DocsContent's :where() selectors and component classes share the same specificity (0-1-0). By merging all arguments into a single function, each component produces exactly one CSS class that is always regenerated together on theme change, ensuring consistent stylesheet ordering. Co-authored-by: Sidnioulz <5108577+Sidnioulz@users.noreply.github.com>
2 months ago
by copilot-sw...
c
Previous page
Previous
Next
Next page