Skip to content

Commit 1c7bf18

Browse files
committed
Fix invalid properties in rollup example fixture
1 parent 37d7340 commit 1c7bf18

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

apps/rollup-example/lotsOfStyles.js

+13-13
Original file line numberDiff line numberDiff line change
@@ -5273,7 +5273,7 @@ export const lotsOfStyles = [
52735273
},
52745274
icon: {
52755275
alignItems: 'center',
5276-
background:
5276+
backgroundImage:
52775277
'linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), conic-gradient(from 180deg at 50% 50%, #FD4C4C -25.03deg, #F16770 27deg, #F8E968 85.5deg, #82F778 124.03deg, #4BFBFB 180.56deg, #6D7DFF 225.28deg, #FA05FF 273.66deg, #FD4C4C 334.97deg, #F16770 387deg)',
52785278
borderRadius: '100%',
52795279
display: 'flex',
@@ -45532,7 +45532,7 @@ export const lotsOfStyles = [
4553245532
height: '120%',
4553345533
},
4553445534
shortLine: {
45535-
background: 'linear-gradient(var(--divider), var(--card-background))',
45535+
backgroundImage: 'linear-gradient(var(--divider), var(--card-background))',
4553645536
height: '95%',
4553745537
marginStart: 3,
4553845538
width: 1,
@@ -122581,7 +122581,7 @@ export const lotsOfStyles = [
122581122581
userSelect: 'none',
122582122582
width: '100%',
122583122583
':after': {
122584-
background:
122584+
backgroundImage:
122585122585
'linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%)',
122586122586
bottom: '0',
122587122587
content: ' ',
@@ -122594,7 +122594,7 @@ export const lotsOfStyles = [
122594122594
zIndex: 1,
122595122595
},
122596122596
':before': {
122597-
background:
122597+
backgroundImage:
122598122598
'linear-gradient(280deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 100%)',
122599122599
content: ' ',
122600122600
height: '100%',
@@ -207678,7 +207678,7 @@ export const lotsOfStyles = [
207678207678
stylex.create({
207679207679
circle: {
207680207680
alignItems: 'center',
207681-
background: 'var(--base-blue)',
207681+
backgroundColor: 'var(--base-blue)',
207682207682
borderWidth: 1,
207683207683
borderStyle: 'solid',
207684207684
borderColor: 'var(--base-blue)',
@@ -235389,7 +235389,7 @@ export const lotsOfStyles = [
235389235389
stylex.create({
235390235390
container: {
235391235391
alignItems: 'center',
235392-
background:
235392+
backgroundImage:
235393235393
'linear-gradient(358.52deg, #0E7CEB 1.26%, #A10EEB 98.74%, #A10EEB 98.74%)',
235394235394
display: 'flex',
235395235395
},
@@ -245502,7 +245502,7 @@ export const lotsOfStyles = [
245502245502
postBackground: {
245503245503
alignItems: 'center',
245504245504
backdropFilter: 'blur(100px)',
245505-
background:
245505+
backgroundImage:
245506245506
'linear-gradient(180deg, rgba(149, 62, 193, 0.6) -234.46%, rgba(62, 131, 235, 0.6) 182.12%)',
245507245507
borderRadius: '18px',
245508245508
display: 'flex',
@@ -245515,7 +245515,7 @@ export const lotsOfStyles = [
245515245515
storyBackground: {
245516245516
alignItems: 'center',
245517245517
backdropFilter: 'blur(20px)',
245518-
background:
245518+
backgroundImage:
245519245519
'linear-gradient(180deg, #953EC1 -525.46%, #3E83EB 148.61%), rgba(255, 255, 255, 0.12)',
245520245520
borderRadius: '12px',
245521245521
display: 'flex',
@@ -249938,7 +249938,7 @@ export const lotsOfStyles = [
249938249938
privateBackground: {
249939249939
alignItems: 'center',
249940249940
backdropFilter: 'blur(20px)',
249941-
background:
249941+
backgroundImage:
249942249942
'linear-gradient(180deg, #953EC1 -525.46%, #3E83EB 148.61%), rgba(255, 255, 255, 0.12)',
249943249943
display: 'flex',
249944249944
flexDirection: 'column',
@@ -249950,7 +249950,7 @@ export const lotsOfStyles = [
249950249950
publicBackground: {
249951249951
alignItems: 'center',
249952249952
backdropFilter: 'blur(100px)',
249953-
background: 'linear-gradient(180deg, #953EC1 -234.46%, #3E83EB 182.12%)',
249953+
backgroundImage: 'linear-gradient(180deg, #953EC1 -234.46%, #3E83EB 182.12%)',
249954249954
display: 'flex',
249955249955
flexDirection: 'column',
249956249956
height: '158px',
@@ -364968,7 +364968,7 @@ export const lotsOfStyles = [
364968364968
unreadMention: {
364969364969
color: 'var(--wig-white);',
364970364970
fontSize: 'small',
364971-
background: 'linear-gradient(90deg, #2E85F2 0%, #1F69DC 100%)',
364971+
backgroundImage: 'linear-gradient(90deg, #2E85F2 0%, #1F69DC 100%)',
364972364972
width: '23px',
364973364973
height: '23px',
364974364974
borderRadius: '100%',
@@ -364993,7 +364993,7 @@ export const lotsOfStyles = [
364993364993
height: 10,
364994364994
width: 10,
364995364995
marginEnd: 4,
364996-
background: 'linear-gradient(90deg, #2E85F2 0%, #1F69DC 100%)',
364996+
backgroundImage: 'linear-gradient(90deg, #2E85F2 0%, #1F69DC 100%)',
364997364997
},
364998364998
}),
364999364999
stylex.create({
@@ -368732,7 +368732,7 @@ export const lotsOfStyles = [
368732368732
position: 'relative',
368733368733
},
368734368734
workroomCardImgShade: {
368735-
background:
368735+
backgroundImage:
368736368736
'linear-gradient(180deg, black 35%, transparent 55%, transparent 100%)',
368737368737
borderRadius: '12px',
368738368738
height: '100%',

0 commit comments

Comments
 (0)