.agents/skills/studio-css-reset/SKILL.md
Remotion Studio applies a broad CSS reset to UI elements. Treat every new nested element as reset-styled unless the local component gives it explicit visual styles.
When changing Studio UI:
fontFamily, fontSize, lineHeight, and either color or color: 'inherit'.flexShrink: 0, and explicit label truncation styles such as minWidth, overflow, textOverflow, and whiteSpace.For Studio code changes, run at least the focused Studio checks:
bunx turbo run make --filter='@remotion/studio'
bunx turbo run lint test --filter='@remotion/studio'