Skip to content

Commit a4281f6

Browse files
authored
Remove snowpack (#516)
1 parent d7e96cc commit a4281f6

File tree

21 files changed

+100
-1537
lines changed

21 files changed

+100
-1537
lines changed

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ Want to work at a higher level while maximising style re-use? Check out 🍨 [S
8282
- [webpack](#webpack)
8383
- [esbuild](#esbuild)
8484
- [Vite](#vite)
85-
- [Snowpack](#snowpack)
8685
- [Next.js](#nextjs)
8786
- [Gatsby](#gatsby)
8887
- [Test environments](#test-environments)
@@ -95,6 +94,7 @@ Want to work at a higher level while maximising style re-use? Check out 🍨 [S
9594
- [createTheme](#createtheme)
9695
- [createGlobalTheme](#createglobaltheme)
9796
- [createThemeContract](#createthemecontract)
97+
- [createGlobalThemeContract](#createglobalthemecontract)
9898
- [assignVars](#assignvars)
9999
- [createVar](#createvar)
100100
- [fallbackVar](#fallbackvar)
@@ -271,27 +271,6 @@ export default {
271271

272272
> Please note: There are currently no automatic readable class names during development. However, you can still manually provide a debug ID as the last argument to functions that generate scoped styles, e.g. `export const className = style({ ... }, 'className');`
273273
274-
### Snowpack
275-
276-
1. Install the dependencies.
277-
278-
```bash
279-
npm install @vanilla-extract/css @vanilla-extract/snowpack-plugin
280-
```
281-
282-
2. Add the [Snowpack](https://www.snowpack.dev/) plugin to your snowpack config.
283-
284-
> 💡 This plugin accepts an optional [configuration object](#configuration).
285-
286-
```js
287-
// snowpack.config.json
288-
{
289-
"plugins": ["@vanilla-extract/snowpack-plugin"]
290-
}
291-
```
292-
293-
> Please note: There are currently no automatic readable class names during development. However, you can still manually provide a debug ID as the last argument to functions that generate scoped styles, e.g. `export const className = style({ ... }, 'className');`
294-
295274
### Next.js
296275

297276
1. Install the dependencies.

fixtures/features/snowpack-public/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

fixtures/low-level/snowpack-public/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

fixtures/recipes/snowpack-public/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

fixtures/sprinkles/snowpack-public/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

fixtures/themed/snowpack-public/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

fixtures/unused-modules/snowpack-public/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/snowpack-plugin/CHANGELOG.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

packages/snowpack-plugin/package.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

packages/snowpack-plugin/src/index.ts

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)