[READ-ONLY] Mirror of https://github.com/shuuji3/partial-text-match. A simple (inefficient) partial text matching and highlighting with <mark> tag shuuji3.github.io/partial-text-match/
0

Configure Feed

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

chore: introduce picocss

+21
+8
app.vue
··· 22 22 </ul> 23 23 </div> 24 24 </template> 25 + 26 + <style> 27 + @import url('@picocss/pico/css/pico.classless.amber.css'); 28 + 29 + mark { 30 + padding: 0; 31 + } 32 + </style>
+3
nuxt.config.ts
··· 2 2 export default defineNuxtConfig({ 3 3 compatibilityDate: '2024-11-01', 4 4 devtools: { enabled: true }, 5 + app: { 6 + rootTag: 'main', 7 + }, 5 8 })
+1
package.json
··· 10 10 "postinstall": "nuxt prepare" 11 11 }, 12 12 "dependencies": { 13 + "@picocss/pico": "^2.0.6", 13 14 "nuxt": "^3.15.1", 14 15 "vue": "latest", 15 16 "vue-router": "latest"
+9
pnpm-lock.yaml
··· 8 8 9 9 .: 10 10 dependencies: 11 + '@picocss/pico': 12 + specifier: ^2.0.6 13 + version: 2.0.6 11 14 nuxt: 12 15 specifier: ^3.15.1 13 16 version: 3.15.1(@parcel/watcher@2.5.0)(@types/node@22.10.5)(db0@0.2.1)(ioredis@5.4.2)(magicast@0.3.5)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.3)(vite@6.0.7(@types/node@22.10.5)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0))(yaml@2.7.0) ··· 650 653 '@parcel/watcher@2.5.0': 651 654 resolution: {integrity: sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==} 652 655 engines: {node: '>= 10.0.0'} 656 + 657 + '@picocss/pico@2.0.6': 658 + resolution: {integrity: sha512-/d8qsykowelD6g8k8JYgmCagOIulCPHMEc2NC4u7OjmpQLmtSetLhEbt0j1n3fPNJVcrT84dRp0RfJBn3wJROA==} 659 + engines: {node: '>=18.19.0'} 653 660 654 661 '@pkgjs/parseargs@0.11.0': 655 662 resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} ··· 3783 3790 '@parcel/watcher-win32-arm64': 2.5.0 3784 3791 '@parcel/watcher-win32-ia32': 2.5.0 3785 3792 '@parcel/watcher-win32-x64': 2.5.0 3793 + 3794 + '@picocss/pico@2.0.6': {} 3786 3795 3787 3796 '@pkgjs/parseargs@0.11.0': 3788 3797 optional: true
screenshot.png

This is a binary file and will not be displayed.