Skip to content

Commit

Permalink
feat(svelte-scoped)!: introduce@unocss/svelte-scoped package (#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed May 21, 2023
1 parent e580f93 commit 3358c0f
Show file tree
Hide file tree
Showing 110 changed files with 3,626 additions and 1,662 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ packages/preset-icons @antfu @userquin
packages/preset-typography @ydcjeff
packages/runtime @antfu @chu121su12
packages/transformer-directives @hannoeru
packages/svelte-scoped/* @jacob-8
1 change: 1 addition & 0 deletions alias.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const alias: Record<string, string> = {
'@unocss/shared-common': r('./packages/shared-common/src/'),
'@unocss/shared-docs': r('./packages/shared-docs/src/'),
'@unocss/shared-integration': r('./packages/shared-integration/src/'),
'@unocss/svelte-scoped': r('./packages/svelte-scoped/src/'),
'@unocss/transformer-attributify-jsx': r('./packages/transformer-attributify-jsx/src/'),
'@unocss/transformer-attributify-jsx-babel': r('./packages/transformer-attributify-jsx-babel/src/'),
'@unocss/transformer-compile-class': r('./packages/transformer-compile-class/src/'),
Expand Down
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const Integrations: DefaultTheme.NavItemWithLink[] = [
{ text: 'Vite', link: '/integrations/vite' },
{ text: 'Nuxt', link: '/integrations/nuxt' },
{ text: 'Astro', link: '/integrations/astro' },
{ text: 'Svelte Scoped', link: '/integrations/svelte-scoped' },
{ text: 'Webpack', link: '/integrations/webpack' },
{ text: 'Runtime', link: '/integrations/runtime' },
{ text: 'CLI', link: '/integrations/cli' },
Expand Down
9 changes: 9 additions & 0 deletions docs/.vitepress/contributors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@ const plainTeamMembers: CoreTeam[] = [
title: 'A zealous open sourceror & Full Stack Developer & Junior designer',
desc: 'Previously worked at Tencent, now starting a business',
},
{
avatar: 'https://github.com/jacob-8.png',
name: 'Jacob Bowdoin',
github: 'jacob-8',
twitter: 'jacobbowdoin',
title: 'Svelte, i18n',
org: 'Polylingual Development',
orgLink: 'https://polylingual.dev/',
},
]

const teamMembers = plainTeamMembers.map(tm => createLinks(tm))
Expand Down
1 change: 1 addition & 0 deletions docs/guide/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ UnoCSS is a monorepo that contains multiple packages. This page lists all the pa
| [@unocss/astro](/integrations/astro) | The Astro integration | <span class="block i-carbon:checkbox-checked-filled text-green-600 dark:text-green-400 w-2em h-2em" /> | - |
| [@unocss/webpack](/integrations/webpack) | The Webpack plugin | No | - |
| [@unocss/nuxt](/integrations/nuxt) | The Nuxt Module | No | - |
| [@unocss/svelte-scoped](/integrations/svelte-scoped) | Svelte Scoped Vite plugin + Preprocessor | No | - |
| [@unocss/next](/integrations/next) | The Next.js plugin | No | - |
| [@unocss/runtime](/integrations/runtime) | CSS-in-JS Runtime for UnoCSS | No | - |
| [@unocss/eslint-plugin](/integrations/eslint) | ESLint plugin | No | - |
Expand Down

0 comments on commit 3358c0f

Please sign in to comment.