Skip to content

Commit

Permalink
fix: jsdoc annotation for compoundVariants (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaliyev authored Sep 17, 2021
1 parent 771fd46 commit 89ba81b
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 @@ -149,7 +149,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 @@ -151,7 +151,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 @@ -221,7 +221,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 89ba81b

Please sign in to comment.