personal site
0
fork

Configure Feed

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

feat: tailwind typography plugin

serenity c2a8f9e8 a4dd576d

+37 -1
+1
package.json
··· 17 17 "tailwindcss": "^4.2.2" 18 18 }, 19 19 "devDependencies": { 20 + "@tailwindcss/typography": "^0.5.19", 20 21 "prettier": "^3.8.2", 21 22 "prettier-plugin-astro": "^0.14.1", 22 23 "prettier-plugin-tailwindcss": "^0.7.2",
+34
pnpm-lock.yaml
··· 18 18 specifier: ^4.2.2 19 19 version: 4.2.2 20 20 devDependencies: 21 + '@tailwindcss/typography': 22 + specifier: ^0.5.19 23 + version: 0.5.19(tailwindcss@4.2.2) 21 24 prettier: 22 25 specifier: ^3.8.2 23 26 version: 3.8.2 ··· 678 681 resolution: {integrity: sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==} 679 682 engines: {node: '>= 20'} 680 683 684 + '@tailwindcss/typography@0.5.19': 685 + resolution: {integrity: sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==} 686 + peerDependencies: 687 + tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1' 688 + 681 689 '@tailwindcss/vite@4.2.2': 682 690 resolution: {integrity: sha512-mEiF5HO1QqCLXoNEfXVA1Tzo+cYsrqV7w9Juj2wdUFyW07JRenqMG225MvPwr3ZD9N1bFQj46X7r33iHxLUW0w==} 683 691 peerDependencies: ··· 795 803 css-what@6.2.2: 796 804 resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==} 797 805 engines: {node: '>= 6'} 806 + 807 + cssesc@3.0.0: 808 + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} 809 + engines: {node: '>=4'} 810 + hasBin: true 798 811 799 812 csso@5.0.5: 800 813 resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==} ··· 1300 1313 picomatch@4.0.4: 1301 1314 resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} 1302 1315 engines: {node: '>=12'} 1316 + 1317 + postcss-selector-parser@6.0.10: 1318 + resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} 1319 + engines: {node: '>=4'} 1303 1320 1304 1321 postcss@8.5.9: 1305 1322 resolution: {integrity: sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==} ··· 1635 1652 uploadthing: 1636 1653 optional: true 1637 1654 1655 + util-deprecate@1.0.2: 1656 + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} 1657 + 1638 1658 vfile-location@5.0.3: 1639 1659 resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==} 1640 1660 ··· 2182 2202 '@tailwindcss/oxide-win32-arm64-msvc': 4.2.2 2183 2203 '@tailwindcss/oxide-win32-x64-msvc': 4.2.2 2184 2204 2205 + '@tailwindcss/typography@0.5.19(tailwindcss@4.2.2)': 2206 + dependencies: 2207 + postcss-selector-parser: 6.0.10 2208 + tailwindcss: 4.2.2 2209 + 2185 2210 '@tailwindcss/vite@4.2.2(vite@7.3.2(jiti@2.6.1)(lightningcss@1.32.0))': 2186 2211 dependencies: 2187 2212 '@tailwindcss/node': 4.2.2 ··· 2373 2398 2374 2399 css-what@6.2.2: {} 2375 2400 2401 + cssesc@3.0.0: {} 2402 + 2376 2403 csso@5.0.5: 2377 2404 dependencies: 2378 2405 css-tree: 2.2.1 ··· 3081 3108 3082 3109 picomatch@4.0.4: {} 3083 3110 3111 + postcss-selector-parser@6.0.10: 3112 + dependencies: 3113 + cssesc: 3.0.0 3114 + util-deprecate: 1.0.2 3115 + 3084 3116 postcss@8.5.9: 3085 3117 dependencies: 3086 3118 nanoid: 3.3.11 ··· 3423 3455 node-fetch-native: 1.6.7 3424 3456 ofetch: 1.5.1 3425 3457 ufo: 1.6.3 3458 + 3459 + util-deprecate@1.0.2: {} 3426 3460 3427 3461 vfile-location@5.0.3: 3428 3462 dependencies:
+2 -1
src/styles/global.css
··· 1 - @import "tailwindcss"; 1 + @import "tailwindcss"; 2 + @plugin "@tailwindcss/typography";