Skip to content

Commit

Permalink
fix: jsdoc annotation for compoundVariants
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaliyev committed Sep 15, 2021
1 parent 6df8231 commit 4b5a8a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/types/stitches.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default interface Stitches<
[Pair in number | string]: CSS
}
}
/** The **variants** property lets you to set a subclass of styles based on a combination of active variants.
/** The **compoundVariants** property lets you to set a subclass of styles based on a combination of active variants.
*
* [Read Documentation](https://stitches.dev/docs/variants#compound-variants)
*/
Expand Down
4 changes: 2 additions & 2 deletions packages/react/types/stitches.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default interface Stitches<
[Pair in number | string]: CSS
}
}
/** The **variants** property lets you to set a subclass of styles based on a combination of active variants.
/** The **compoundVariants** property lets you to set a subclass of styles based on a combination of active variants.
*
* [Read Documentation](https://stitches.dev/docs/variants#compound-variants)
*/
Expand Down Expand Up @@ -218,7 +218,7 @@ export default interface Stitches<
[Pair in number | string]: CSS
}
}
/** The **variants** property lets you to set a subclass of styles based on a combination of active variants.
/** The **compoundVariants** property lets you to set a subclass of styles based on a combination of active variants.
*
* [Read Documentation](https://stitches.dev/docs/variants#compound-variants)
*/
Expand Down

0 comments on commit 4b5a8a7

Please sign in to comment.