Skip to content

Commit 1df67ba

Browse files
committed
revert: remove experimental tailwind jit compiler until title card hover is fixed
1 parent c886ea6 commit 1df67ba

File tree

3 files changed

+2
-87
lines changed

3 files changed

+2
-87
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
"@semantic-release/git": "^9.0.0",
8585
"@tailwindcss/aspect-ratio": "^0.2.0",
8686
"@tailwindcss/forms": "^0.3.2",
87-
"@tailwindcss/jit": "^0.1.17",
8887
"@tailwindcss/typography": "^0.4.0",
8988
"@types/bcrypt": "^3.0.0",
9089
"@types/body-parser": "^1.19.0",

postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
plugins: {
3-
'@tailwindcss/jit': {},
3+
tailwindcss: {},
44
autoprefixer: {},
55
},
66
};

yarn.lock

Lines changed: 1 addition & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,21 +2020,6 @@
20202020
dependencies:
20212021
mini-svg-data-uri "^1.2.3"
20222022

2023-
"@tailwindcss/jit@^0.1.17":
2024-
version "0.1.17"
2025-
resolved "https://registry.yarnpkg.com/@tailwindcss/jit/-/jit-0.1.17.tgz#0fe54a6bd9473c3c1a5cb622ba771d69117a3d49"
2026-
integrity sha512-Of3NbM2Peex6iPkOap5JBmAPq6oVjKEKMysy6iH/9Vl0TjuEuB094Uc7yzJz8q6j6AQEImlaOGxwF+sdBlG2pw==
2027-
dependencies:
2028-
chokidar "^3.5.1"
2029-
dlv "^1.1.3"
2030-
fast-glob "^3.2.5"
2031-
lodash.topath "^4.5.2"
2032-
normalize-path "^3.0.0"
2033-
object-hash "^2.1.1"
2034-
parse-glob "^3.0.4"
2035-
postcss-selector-parser "^6.0.4"
2036-
quick-lru "^5.1.1"
2037-
20382023
"@tailwindcss/typography@^0.4.0":
20392024
version "0.4.0"
20402025
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.4.0.tgz#b80974ad6af93df7b06e1981cb4d79698b6ad5c7"
@@ -3774,7 +3759,7 @@ cheerio@^1.0.0-rc.3:
37743759
lodash "^4.15.0"
37753760
parse5 "^3.0.1"
37763761

3777-
[email protected], chokidar@^3.5.1:
3762+
37783763
version "3.5.1"
37793764
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a"
37803765
integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==
@@ -5075,11 +5060,6 @@ dir-glob@^3.0.0, dir-glob@^3.0.1:
50755060
dependencies:
50765061
path-type "^4.0.0"
50775062

5078-
dlv@^1.1.3:
5079-
version "1.1.3"
5080-
resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79"
5081-
integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==
5082-
50835063
doctrine@^2.1.0:
50845064
version "2.1.0"
50855065
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -5988,18 +5968,6 @@ fast-glob@^3.1.1:
59885968
micromatch "^4.0.2"
59895969
picomatch "^2.2.1"
59905970

5991-
fast-glob@^3.2.5:
5992-
version "3.2.5"
5993-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
5994-
integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
5995-
dependencies:
5996-
"@nodelib/fs.stat" "^2.0.2"
5997-
"@nodelib/fs.walk" "^1.2.3"
5998-
glob-parent "^5.1.0"
5999-
merge2 "^1.3.0"
6000-
micromatch "^4.0.2"
6001-
picomatch "^2.2.1"
6002-
60035971
fast-json-stable-stringify@^2.0.0:
60045972
version "2.1.0"
60055973
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -6539,21 +6507,6 @@ git-raw-commits@^2.0.0:
65396507
split2 "^2.0.0"
65406508
through2 "^3.0.0"
65416509

6542-
glob-base@^0.3.0:
6543-
version "0.3.0"
6544-
resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
6545-
integrity sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=
6546-
dependencies:
6547-
glob-parent "^2.0.0"
6548-
is-glob "^2.0.0"
6549-
6550-
glob-parent@^2.0.0:
6551-
version "2.0.0"
6552-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28"
6553-
integrity sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=
6554-
dependencies:
6555-
is-glob "^2.0.0"
6556-
65576510
glob-parent@^3.1.0:
65586511
version "3.1.0"
65596512
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
@@ -7531,11 +7484,6 @@ is-docker@^2.0.0:
75317484
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.1.1.tgz#4125a88e44e450d384e09047ede71adc2d144156"
75327485
integrity sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw==
75337486

7534-
is-dotfile@^1.0.0:
7535-
version "1.0.3"
7536-
resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1"
7537-
integrity sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=
7538-
75397487
is-expression@^4.0.0:
75407488
version "4.0.0"
75417489
resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-4.0.0.tgz#c33155962abf21d0afd2552514d67d2ec16fd2ab"
@@ -7556,11 +7504,6 @@ is-extendable@^1.0.1:
75567504
dependencies:
75577505
is-plain-object "^2.0.4"
75587506

7559-
is-extglob@^1.0.0:
7560-
version "1.0.0"
7561-
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
7562-
integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=
7563-
75647507
is-extglob@^2.1.0, is-extglob@^2.1.1:
75657508
version "2.1.1"
75667509
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
@@ -7588,13 +7531,6 @@ is-generator-function@^1.0.7:
75887531
resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.8.tgz#dfb5c2b120e02b0a8d9d2c6806cd5621aa922f7b"
75897532
integrity sha512-2Omr/twNtufVZFr1GhxjOMFPAj2sjc/dKaIqBhvo4qciXfJmITGH6ZGd8eZYNHza8t1y0e01AuqRhJwfWp26WQ==
75907533

7591-
is-glob@^2.0.0:
7592-
version "2.0.1"
7593-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
7594-
integrity sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=
7595-
dependencies:
7596-
is-extglob "^1.0.0"
7597-
75987534
is-glob@^3.1.0:
75997535
version "3.1.0"
76007536
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a"
@@ -8569,11 +8505,6 @@ lodash.toarray@^4.4.0:
85698505
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
85708506
integrity sha1-JMS/zWsvuji/0FlNsRedjptlZWE=
85718507

8572-
lodash.topath@^4.5.2:
8573-
version "4.5.2"
8574-
resolved "https://registry.yarnpkg.com/lodash.topath/-/lodash.topath-4.5.2.tgz#3616351f3bba61994a0931989660bd03254fd009"
8575-
integrity sha1-NhY1Hzu6YZlKCTGYlmC9AyVP0Ak=
8576-
85778508
lodash.union@~4.6.0:
85788509
version "4.6.0"
85798510
resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88"
@@ -10394,16 +10325,6 @@ parse-entities@^2.0.0:
1039410325
is-decimal "^1.0.0"
1039510326
is-hexadecimal "^1.0.0"
1039610327

10397-
parse-glob@^3.0.4:
10398-
version "3.0.4"
10399-
resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
10400-
integrity sha1-ssN2z7EfNVE7rdFz7wu246OIORw=
10401-
dependencies:
10402-
glob-base "^0.3.0"
10403-
is-dotfile "^1.0.0"
10404-
is-extglob "^1.0.0"
10405-
is-glob "^2.0.0"
10406-
1040710328
parse-json@^2.2.0:
1040810329
version "2.2.0"
1040910330
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
@@ -11113,11 +11034,6 @@ quick-lru@^4.0.1:
1111311034
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f"
1111411035
integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==
1111511036

11116-
quick-lru@^5.1.1:
11117-
version "5.1.1"
11118-
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"
11119-
integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==
11120-
1112111037
qw@~1.0.1:
1112211038
version "1.0.1"
1112311039
resolved "https://registry.yarnpkg.com/qw/-/qw-1.0.1.tgz#efbfdc740f9ad054304426acb183412cc8b996d4"

0 commit comments

Comments
 (0)