Skip to content

Commit

Permalink
Actually let's keep the source type in the style engine for existing …
Browse files Browse the repository at this point in the history
…block code
  • Loading branch information
ramonjd committed May 8, 2024
1 parent c996816 commit 0badfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/style-engine/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface BorderIndividualStyles< T extends BoxEdge > {
export interface Style {
background?: {
backgroundImage?:
| { url?: CSSProperties[ 'backgroundImage' ] }
| { url?: CSSProperties[ 'backgroundImage' ]; source?: string }
| CSSProperties[ 'backgroundImage' ];
backgroundPosition?: CSSProperties[ 'backgroundPosition' ];
backgroundRepeat?: CSSProperties[ 'backgroundRepeat' ];
Expand Down

0 comments on commit 0badfed

Please sign in to comment.