Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/merge-styles",
"comment": "Added missing merge-styles background-size typing",
"type": "patch"
}
],
"packageName": "@uifabric/merge-styles",
"email": "mariust@microsoft.com"
}
5 changes: 5 additions & 0 deletions packages/merge-styles/src/IRawStyleBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,11 @@ export interface IRawStyleBase extends IRawFontStyle {
*/
backgroundRepeat?: ICSSRule | string;

/**
* Sets the size of background images
*/
backgroundSize?: ICSSRule | string;

/**
* Shorthand property that defines the different properties of all four sides of an
* element's border in a single declaration. It can be used to set border-width,
Expand Down