Skip to content

Commit 86e56a0

Browse files
committed
regen for 5b05b4e
1 parent e3a7e58 commit 86e56a0

File tree

135 files changed

+229
-1282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+229
-1282
lines changed

assets/css/_tailwind.css

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,9 @@
792792
outline-style: var(--tw-outline-style);
793793
outline-width: 0px;
794794
}
795+
.filter {
796+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
797+
}
795798
.backdrop-filter {
796799
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
797800
}
@@ -1211,6 +1214,59 @@
12111214
inherits: false;
12121215
initial-value: solid;
12131216
}
1217+
@property --tw-blur {
1218+
syntax: "*";
1219+
inherits: false;
1220+
}
1221+
@property --tw-brightness {
1222+
syntax: "*";
1223+
inherits: false;
1224+
}
1225+
@property --tw-contrast {
1226+
syntax: "*";
1227+
inherits: false;
1228+
}
1229+
@property --tw-grayscale {
1230+
syntax: "*";
1231+
inherits: false;
1232+
}
1233+
@property --tw-hue-rotate {
1234+
syntax: "*";
1235+
inherits: false;
1236+
}
1237+
@property --tw-invert {
1238+
syntax: "*";
1239+
inherits: false;
1240+
}
1241+
@property --tw-opacity {
1242+
syntax: "*";
1243+
inherits: false;
1244+
}
1245+
@property --tw-saturate {
1246+
syntax: "*";
1247+
inherits: false;
1248+
}
1249+
@property --tw-sepia {
1250+
syntax: "*";
1251+
inherits: false;
1252+
}
1253+
@property --tw-drop-shadow {
1254+
syntax: "*";
1255+
inherits: false;
1256+
}
1257+
@property --tw-drop-shadow-color {
1258+
syntax: "*";
1259+
inherits: false;
1260+
}
1261+
@property --tw-drop-shadow-alpha {
1262+
syntax: "<percentage>";
1263+
inherits: false;
1264+
initial-value: 100%;
1265+
}
1266+
@property --tw-drop-shadow-size {
1267+
syntax: "*";
1268+
inherits: false;
1269+
}
12141270
@property --tw-backdrop-blur {
12151271
syntax: "*";
12161272
inherits: false;
@@ -1291,6 +1347,19 @@
12911347
--tw-ring-offset-color: #fff;
12921348
--tw-ring-offset-shadow: 0 0 #0000;
12931349
--tw-outline-style: solid;
1350+
--tw-blur: initial;
1351+
--tw-brightness: initial;
1352+
--tw-contrast: initial;
1353+
--tw-grayscale: initial;
1354+
--tw-hue-rotate: initial;
1355+
--tw-invert: initial;
1356+
--tw-opacity: initial;
1357+
--tw-saturate: initial;
1358+
--tw-sepia: initial;
1359+
--tw-drop-shadow: initial;
1360+
--tw-drop-shadow-color: initial;
1361+
--tw-drop-shadow-alpha: 100%;
1362+
--tw-drop-shadow-size: initial;
12941363
--tw-backdrop-blur: initial;
12951364
--tw-backdrop-brightness: initial;
12961365
--tw-backdrop-contrast: initial;

assets/css/base.css

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,9 @@
802802
outline-style: var(--tw-outline-style);
803803
outline-width: 0px;
804804
}
805+
.filter {
806+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
807+
}
805808
.backdrop-filter {
806809
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
807810
}
@@ -1639,6 +1642,59 @@ footer .rolling-list a:not(:hover) > * {
16391642
inherits: false;
16401643
initial-value: solid;
16411644
}
1645+
@property --tw-blur {
1646+
syntax: "*";
1647+
inherits: false;
1648+
}
1649+
@property --tw-brightness {
1650+
syntax: "*";
1651+
inherits: false;
1652+
}
1653+
@property --tw-contrast {
1654+
syntax: "*";
1655+
inherits: false;
1656+
}
1657+
@property --tw-grayscale {
1658+
syntax: "*";
1659+
inherits: false;
1660+
}
1661+
@property --tw-hue-rotate {
1662+
syntax: "*";
1663+
inherits: false;
1664+
}
1665+
@property --tw-invert {
1666+
syntax: "*";
1667+
inherits: false;
1668+
}
1669+
@property --tw-opacity {
1670+
syntax: "*";
1671+
inherits: false;
1672+
}
1673+
@property --tw-saturate {
1674+
syntax: "*";
1675+
inherits: false;
1676+
}
1677+
@property --tw-sepia {
1678+
syntax: "*";
1679+
inherits: false;
1680+
}
1681+
@property --tw-drop-shadow {
1682+
syntax: "*";
1683+
inherits: false;
1684+
}
1685+
@property --tw-drop-shadow-color {
1686+
syntax: "*";
1687+
inherits: false;
1688+
}
1689+
@property --tw-drop-shadow-alpha {
1690+
syntax: "<percentage>";
1691+
inherits: false;
1692+
initial-value: 100%;
1693+
}
1694+
@property --tw-drop-shadow-size {
1695+
syntax: "*";
1696+
inherits: false;
1697+
}
16421698
@property --tw-backdrop-blur {
16431699
syntax: "*";
16441700
inherits: false;
@@ -1719,6 +1775,19 @@ footer .rolling-list a:not(:hover) > * {
17191775
--tw-ring-offset-color: #fff;
17201776
--tw-ring-offset-shadow: 0 0 #0000;
17211777
--tw-outline-style: solid;
1778+
--tw-blur: initial;
1779+
--tw-brightness: initial;
1780+
--tw-contrast: initial;
1781+
--tw-grayscale: initial;
1782+
--tw-hue-rotate: initial;
1783+
--tw-invert: initial;
1784+
--tw-opacity: initial;
1785+
--tw-saturate: initial;
1786+
--tw-sepia: initial;
1787+
--tw-drop-shadow: initial;
1788+
--tw-drop-shadow-color: initial;
1789+
--tw-drop-shadow-alpha: 100%;
1790+
--tw-drop-shadow-size: initial;
17221791
--tw-backdrop-blur: initial;
17231792
--tw-backdrop-brightness: initial;
17241793
--tw-backdrop-contrast: initial;

assets/css/cfp.css

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,9 @@
793793
outline-style: var(--tw-outline-style);
794794
outline-width: 0px;
795795
}
796+
.filter {
797+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
798+
}
796799
.backdrop-filter {
797800
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
798801
}
@@ -1481,6 +1484,59 @@
14811484
inherits: false;
14821485
initial-value: solid;
14831486
}
1487+
@property --tw-blur {
1488+
syntax: "*";
1489+
inherits: false;
1490+
}
1491+
@property --tw-brightness {
1492+
syntax: "*";
1493+
inherits: false;
1494+
}
1495+
@property --tw-contrast {
1496+
syntax: "*";
1497+
inherits: false;
1498+
}
1499+
@property --tw-grayscale {
1500+
syntax: "*";
1501+
inherits: false;
1502+
}
1503+
@property --tw-hue-rotate {
1504+
syntax: "*";
1505+
inherits: false;
1506+
}
1507+
@property --tw-invert {
1508+
syntax: "*";
1509+
inherits: false;
1510+
}
1511+
@property --tw-opacity {
1512+
syntax: "*";
1513+
inherits: false;
1514+
}
1515+
@property --tw-saturate {
1516+
syntax: "*";
1517+
inherits: false;
1518+
}
1519+
@property --tw-sepia {
1520+
syntax: "*";
1521+
inherits: false;
1522+
}
1523+
@property --tw-drop-shadow {
1524+
syntax: "*";
1525+
inherits: false;
1526+
}
1527+
@property --tw-drop-shadow-color {
1528+
syntax: "*";
1529+
inherits: false;
1530+
}
1531+
@property --tw-drop-shadow-alpha {
1532+
syntax: "<percentage>";
1533+
inherits: false;
1534+
initial-value: 100%;
1535+
}
1536+
@property --tw-drop-shadow-size {
1537+
syntax: "*";
1538+
inherits: false;
1539+
}
14841540
@property --tw-backdrop-blur {
14851541
syntax: "*";
14861542
inherits: false;
@@ -1561,6 +1617,19 @@
15611617
--tw-ring-offset-color: #fff;
15621618
--tw-ring-offset-shadow: 0 0 #0000;
15631619
--tw-outline-style: solid;
1620+
--tw-blur: initial;
1621+
--tw-brightness: initial;
1622+
--tw-contrast: initial;
1623+
--tw-grayscale: initial;
1624+
--tw-hue-rotate: initial;
1625+
--tw-invert: initial;
1626+
--tw-opacity: initial;
1627+
--tw-saturate: initial;
1628+
--tw-sepia: initial;
1629+
--tw-drop-shadow: initial;
1630+
--tw-drop-shadow-color: initial;
1631+
--tw-drop-shadow-alpha: 100%;
1632+
--tw-drop-shadow-size: initial;
15641633
--tw-backdrop-blur: initial;
15651634
--tw-backdrop-brightness: initial;
15661635
--tw-backdrop-contrast: initial;

0 commit comments

Comments
 (0)