Last 12 weeks · 0 commits
4 of 6 standards met
Closes #64. What Adds a component that mirrors ' `styledcreateGlobalStylesdocument.headBrowserWindowwindow.openstyledtargetstyledProxymakeStyledthis_ctx.targetundefinedStyledThemeContextcss.apply({ target })_ctx.targetStyleSheetManagerundefinedstyledcreateGlobalStylesmakeStyledkeyframesglobStyleSheetManagertest/styleSheetManager.spec.tsxcreateGlobalStyles` honors the target; absent a provider, styles fall back to the default sheet. All pass. API surface
Summary There is no public API to make / / inject their generated `document.headstyled-componentssolid-styled-componentsBrowserWindowstylediframewindow.opentargetcssglobthis.targetdocument.headstyled_ctx.targetundefineddocument.headwin.documentkeyframesglobcreateGlobalStylesstyled-componentsstyledcss.classcreateGlobalStylestargetdocument.headStyledcreateGlobalStylescss.apply({ target, … })targetdocument.headMutationObserverkeyframes@keyframesStyleSheetManagertargetkeyframesglobsetup`-level option) you'd prefer.
code-1: const divClass = css; code-2: const divClass = css; place ':hover' before or after ':not(.active)' can lead different result. result-1: .go111111111>span:hover:not(.active){cursor:pointer;} this is right. result-2: .go111111111>span:not(.active).go111111111 :hover{cursor:pointer;} this is obviously wrong.
The CI workflow runs + on PR and push to main. No GitHub API writes, so workflow-level is the right ceiling for the default . Same least-privilege motivation as the post-CVE-2025-30066 hardening (the compromise exfiltrated default token scopes from caller workflow logs in March). YAML validated locally.
Repository: solidjs/solid-styled-components. Description: A 1kb Styled Components library for Solid Stars: 299, Forks: 26. Primary language: TypeScript. Languages: TypeScript (56.8%), JavaScript (43.2%). License: MIT. Open PRs: 3, open issues: 29. Last activity: 2y ago. Community health: 75%. Top contributors: ryansolid, btakita, SogoCZE, kocheshkov, Asha20, diragb, 100terres, jay-es, RealPeha, Jarvis1010.