Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions develop-docs/frontend/using-styled-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ The `style` and `css` attributes can be used, but the values of `style` are not
```tsx
import styled from '@emotion/styled';
import {css} from '@emotion/react';
import {space} from 'sentry/styles/space';

// ✅ Don't be afraid of inline styles for one-off values
const Grid = styled('div')`
Expand Down
Loading