this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Install the Tailwind CSS typography plugin.

+31 -21
+1
package.json
··· 51 51 }, 52 52 "devDependencies": { 53 53 "@netlify/vite-plugin-tanstack-start": "^1.3.9", 54 + "@tailwindcss/typography": "^0.5.19", 54 55 "@types/node": "^25.6.0", 55 56 "@types/react": "^19.2.14", 56 57 "@types/react-dom": "^19.2.3",
+29 -21
pnpm-lock.yaml
··· 54 54 '@tanstack/react-router-ssr-query': 55 55 specifier: ^1.166.12 56 56 version: 1.166.12(@tanstack/query-core@5.100.5)(@tanstack/react-query@5.100.5(react@19.2.5))(@tanstack/react-router@1.168.25(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@tanstack/router-core@1.168.17)(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 57 - '@tanstack/react-router-with-query': 58 - specifier: ^1.130.17 59 - version: 1.130.17(@tanstack/react-query@5.100.5(react@19.2.5))(@tanstack/react-router@1.168.25(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@tanstack/router-core@1.168.17)(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 60 57 '@tanstack/react-start': 61 58 specifier: ^1.167.50 62 59 version: 1.167.50(@vitejs/plugin-rsc@0.5.25(@voidzero-dev/vite-plus-core@0.1.19(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)(typescript@6.0.3)(yaml@2.8.3))(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@voidzero-dev/vite-plus-core@0.1.19(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)(typescript@6.0.3)(yaml@2.8.3))(crossws@0.4.5(srvx@0.11.15))(react-dom@19.2.5(react@19.2.5))(react@19.2.5) ··· 124 121 '@netlify/vite-plugin-tanstack-start': 125 122 specifier: ^1.3.9 126 123 version: 1.3.9(@tanstack/react-start@1.167.50(@vitejs/plugin-rsc@0.5.25(@voidzero-dev/vite-plus-core@0.1.19(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)(typescript@6.0.3)(yaml@2.8.3))(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@voidzero-dev/vite-plus-core@0.1.19(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)(typescript@6.0.3)(yaml@2.8.3))(crossws@0.4.5(srvx@0.11.15))(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@voidzero-dev/vite-plus-core@0.1.19(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)(typescript@6.0.3)(yaml@2.8.3))(srvx@0.11.15) 124 + '@tailwindcss/typography': 125 + specifier: ^0.5.19 126 + version: 0.5.19(tailwindcss@4.2.4) 127 127 '@types/node': 128 128 specifier: ^25.6.0 129 129 version: 25.6.0 ··· 2015 2015 resolution: {integrity: sha512-9El/iI069DKDSXwTvB9J4BwdO5JhRrOweGaK25taBAvBXyXqJAX+Jqdvs8r8gKpsI/1m0LeJLyQYTf/WLrBT1Q==} 2016 2016 engines: {node: '>= 20'} 2017 2017 2018 + '@tailwindcss/typography@0.5.19': 2019 + resolution: {integrity: sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==} 2020 + peerDependencies: 2021 + tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1' 2022 + 2018 2023 '@tailwindcss/vite@4.2.4': 2019 2024 resolution: {integrity: sha512-pCvohwOCspk3ZFn6eJzrrX3g4n2JY73H6MmYC87XfGPyTty4YsCjYTMArRZm/zOI8dIt3+EcrLHAFPe5A4bgtw==} 2020 2025 peerDependencies: ··· 2135 2140 '@tanstack/query-core': '>=5.90.0' 2136 2141 '@tanstack/react-query': '>=5.90.0' 2137 2142 '@tanstack/react-router': '>=1.127.0' 2138 - react: '>=18.0.0 || >=19.0.0' 2139 - react-dom: '>=18.0.0 || >=19.0.0' 2140 - 2141 - '@tanstack/react-router-with-query@1.130.17': 2142 - resolution: {integrity: sha512-TNaSocW20KuPwUojEm130DLWTr9M5hsSzxiu4QqS2jNCnrGLuDrwMHyP+6fq13lG3YuU4u9O1qajxfJIGomZCg==} 2143 - engines: {node: '>=12'} 2144 - peerDependencies: 2145 - '@tanstack/react-query': '>=5.49.2' 2146 - '@tanstack/react-router': '>=1.43.2' 2147 - '@tanstack/router-core': '>=1.114.7' 2148 2143 react: '>=18.0.0 || >=19.0.0' 2149 2144 react-dom: '>=18.0.0 || >=19.0.0' 2150 2145 ··· 3071 3066 resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==} 3072 3067 engines: {node: '>= 6'} 3073 3068 3069 + cssesc@3.0.0: 3070 + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} 3071 + engines: {node: '>=4'} 3072 + hasBin: true 3073 + 3074 3074 cssfilter@0.0.10: 3075 3075 resolution: {integrity: sha512-FAaLDaplstoRsDR8XGYH51znUN0UY7nMc6Z9/fvE8EXGwvJE9hu7W2vHwx1+bd6gCYnln9nLbzxFTrcO9YQDZw==} 3076 3076 ··· 4691 4691 possible-typed-array-names@1.1.0: 4692 4692 resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==} 4693 4693 engines: {node: '>= 0.4'} 4694 + 4695 + postcss-selector-parser@6.0.10: 4696 + resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} 4697 + engines: {node: '>=4'} 4694 4698 4695 4699 postcss-values-parser@6.0.2: 4696 4700 resolution: {integrity: sha512-YLJpK0N1brcNJrs9WatuJFtHaV9q5aAOj+S4DI5S7jgHlRfm0PIbDCAFRYMQD5SHq7Fy6xsDhyutgS0QOAs0qw==} ··· 7102 7106 '@tailwindcss/oxide-win32-arm64-msvc': 4.2.4 7103 7107 '@tailwindcss/oxide-win32-x64-msvc': 4.2.4 7104 7108 7109 + '@tailwindcss/typography@0.5.19(tailwindcss@4.2.4)': 7110 + dependencies: 7111 + postcss-selector-parser: 6.0.10 7112 + tailwindcss: 4.2.4 7113 + 7105 7114 '@tailwindcss/vite@4.2.4(@voidzero-dev/vite-plus-core@0.1.19(@types/node@25.6.0)(esbuild@0.27.7)(jiti@2.6.1)(tsx@4.21.0)(typescript@6.0.3)(yaml@2.8.3))': 7106 7115 dependencies: 7107 7116 '@tailwindcss/node': 4.2.4 ··· 7263 7272 transitivePeerDependencies: 7264 7273 - '@tanstack/router-core' 7265 7274 7266 - '@tanstack/react-router-with-query@1.130.17(@tanstack/react-query@5.100.5(react@19.2.5))(@tanstack/react-router@1.168.25(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(@tanstack/router-core@1.168.17)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)': 7267 - dependencies: 7268 - '@tanstack/react-query': 5.100.5(react@19.2.5) 7269 - '@tanstack/react-router': 1.168.25(react-dom@19.2.5(react@19.2.5))(react@19.2.5) 7270 - '@tanstack/router-core': 1.168.17 7271 - react: 19.2.5 7272 - react-dom: 19.2.5(react@19.2.5) 7273 - 7274 7275 '@tanstack/react-router@1.168.25(react-dom@19.2.5(react@19.2.5))(react@19.2.5)': 7275 7276 dependencies: 7276 7277 '@tanstack/history': 1.161.6 ··· 8220 8221 source-map-js: 1.2.1 8221 8222 8222 8223 css-what@6.2.2: {} 8224 + 8225 + cssesc@3.0.0: {} 8223 8226 8224 8227 cssfilter@0.0.10: {} 8225 8228 ··· 10172 10175 pngjs@7.0.0: {} 10173 10176 10174 10177 possible-typed-array-names@1.1.0: {} 10178 + 10179 + postcss-selector-parser@6.0.10: 10180 + dependencies: 10181 + cssesc: 3.0.0 10182 + util-deprecate: 1.0.2 10175 10183 10176 10184 postcss-values-parser@6.0.2(postcss@8.5.12): 10177 10185 dependencies:
+1
src/design-system/styles/global.css
··· 2 2 @import "./tokens.css"; 3 3 4 4 @plugin "tailwindcss-animate"; 5 + @plugin "@tailwindcss/typeography"; 5 6 6 7 @custom-variant dark (&:is(.dark *)); 7 8 @custom-variant motion-safe (@media (prefers-reduced-motion: no-preference));