File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1574,8 +1574,8 @@ test('plugin theme extensions are added even if user overrides top-level theme c
1574
1574
const userConfig = {
1575
1575
theme : {
1576
1576
width : {
1577
- '1px' : '1px'
1578
- }
1577
+ '1px' : '1px' ,
1578
+ } ,
1579
1579
} ,
1580
1580
plugins : [
1581
1581
{
@@ -1585,8 +1585,8 @@ test('plugin theme extensions are added even if user overrides top-level theme c
1585
1585
width : {
1586
1586
'2px' : '2px' ,
1587
1587
'3px' : '3px' ,
1588
- }
1589
- }
1588
+ } ,
1589
+ } ,
1590
1590
} ,
1591
1591
} ,
1592
1592
handler ( ) { } ,
@@ -1645,7 +1645,7 @@ test('user theme extensions take precedence over plugin theme extensions with th
1645
1645
theme : {
1646
1646
extend : {
1647
1647
width : {
1648
- xl : '6rem'
1648
+ xl : '6rem' ,
1649
1649
} ,
1650
1650
} ,
1651
1651
} ,
@@ -1656,8 +1656,8 @@ test('user theme extensions take precedence over plugin theme extensions with th
1656
1656
extend : {
1657
1657
width : {
1658
1658
xl : '4rem' ,
1659
- }
1660
- }
1659
+ } ,
1660
+ } ,
1661
1661
} ,
1662
1662
} ,
1663
1663
handler ( ) { } ,
You can’t perform that action at this time.
0 commit comments