Skip to content

Commit

Permalink
refactor: removed windicss from playground (#645)
Browse files Browse the repository at this point in the history
* refactor: removed windicss from playground

* refactor: edits to eslintrc and faq

* refactor: updated lockfile
  • Loading branch information
asheerrizvi authored May 9, 2023
1 parent fdd5c27 commit 97d0fab
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 205 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,6 @@ module.exports = {
'node/no-unused-import': 'off'
}
},
{
/* required because App.svelte contains windicss rule that breaks the parser */
files: ['packages/playground/windicss/src/App.svelte'],
settings: {
'svelte3/ignore-styles': () => true
}
},
{
files: ['packages/playground/kit-demo-app/src/**'],
rules: {
Expand Down
2 changes: 0 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ const vitePluginCoolCss = {
};
```

For reference, check out [windicss](https://github.com/windicss/vite-plugin-windicss/blob/517eca0cebc879d931c6578a08accadfb112157c/packages/vite-plugin-windicss/src/index.ts#L167).

### What is going on with Vite and `Pre-bundling dependencies:`?

Prebundling dependencies is an [optimization in Vite](https://vitejs.dev/guide/dep-pre-bundling.html).
Expand Down
12 changes: 0 additions & 12 deletions packages/playground/windicss/index.html

This file was deleted.

21 changes: 0 additions & 21 deletions packages/playground/windicss/package.json

This file was deleted.

Binary file removed packages/playground/windicss/public/favicon.png
Binary file not shown.
29 changes: 0 additions & 29 deletions packages/playground/windicss/src/App.svelte

This file was deleted.

7 changes: 0 additions & 7 deletions packages/playground/windicss/src/Foo.svelte

This file was deleted.

10 changes: 0 additions & 10 deletions packages/playground/windicss/src/index.js

This file was deleted.

9 changes: 0 additions & 9 deletions packages/playground/windicss/src/styles.css

This file was deleted.

16 changes: 0 additions & 16 deletions packages/playground/windicss/tailwind.config.js

This file was deleted.

10 changes: 0 additions & 10 deletions packages/playground/windicss/vite.config.js

This file was deleted.

82 changes: 0 additions & 82 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97d0fab

Please sign in to comment.