Skip to content

Commit

Permalink
remove alignItems props from BackButton
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfresh committed Nov 24, 2022
1 parent 4585a17 commit 6a0cb41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/utils/DocsPageWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export function BackButton() {
as="a"
align="center"
display="flex"
alignItems="center"
variant="secondary"
size="sm"
>
Expand Down
2 changes: 1 addition & 1 deletion docs/zord.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ Note the different methods used to apply media queries inside the normal `style(

## Selectors

[Vanilla Extract' Styling API](https://github.com/seek-oss/vanilla-extract#styling-api) requires that special selectors like ':hover' and '&[data-state="checked"]&:hover&:not([disabled])' must be nested inside of a `selectors:{}` object, and there are rules about targeting with which you should familiarize yourself.
[Vanilla Extract' Styling API](https://github.com/seek-oss/vanilla-extract#styling-api) requires that special selectors like `:hover` and `&[data-state="checked"]&:hover&:not([disabled])` must be nested inside of a `selectors:{}` object, and there are rules about targeting with which you should familiarize yourself.

```ts
export const link = style([
Expand Down

0 comments on commit 6a0cb41

Please sign in to comment.