Skip to content

Commit 45ff1da

Browse files
authored
Release everything to prod (#152)
Merge pull request #152 from madfish-solutions/development
2 parents dcf7ca3 + 7c6ada7 commit 45ff1da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/advertising/slise.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const stylePropsNames = [
88
'alignment-baseline',
99
'aspect-ratio',
1010
'background',
11+
'border',
1112
'border-radius',
1213
'bottom',
1314
'box-shadow',
@@ -69,7 +70,10 @@ export const stylePropsNames = [
6970
'vertical-align',
7071
'visibility',
7172
'width',
72-
'z-index'
73+
'z-index',
74+
'background-image',
75+
'background-clip',
76+
'background-color'
7377
];
7478
export type StylePropName = (typeof stylePropsNames)[number];
7579

0 commit comments

Comments
 (0)