Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ yarn nx run-many --target=type-check --all
- `@griffel/core` - Core runtime and compilation logic
- `@griffel/react` - React bindings and hooks
- `@griffel/webpack-loader` - Webpack build-time transforms
- `@griffel/vite-plugin` - Vite build-time transforms
- `@griffel/next-extraction-plugin` - Next.js CSS extraction
- `@griffel/devtools` - Browser extension for debugging
- `@griffel/eslint-plugin` - ESLint rules for Griffel usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ Griffel only does the expensive runtime on the first render of the component. Th
## What to use?

- [Webpack loader](/react/ahead-of-time-compilation/with-webpack) (supports Next.js)
- [Vite plugin](/react/ahead-of-time-compilation/with-vite)
44 changes: 0 additions & 44 deletions apps/website/docs/react/ahead-of-time-compilation/with-vite.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/babel-preset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A Babel preset that performs build time transforms for [`@griffel/react`](../rea
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

> [!CAUTION]
> We don't recommend to use this preset directly, it's intended to be used by other tools like [webpack loader](../webpack-loader) or [Vite plugin](../vite-plugin).
> We don't recommend to use this preset directly, it's intended to be used by other tools like [webpack loader](../webpack-loader).

## Install

Expand Down
6 changes: 0 additions & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
"url": "https://github.com/microsoft/griffel"
},
"sideEffects": false,
"wyw-in-js": {
"tags": {
"makeStyles": "@griffel/tag-processor/make-styles",
"makeResetStyles": "@griffel/tag-processor/make-reset-styles"
}
},
"dependencies": {
"@griffel/core": "^1.20.1",
"tslib": "^2.1.0"
Expand Down
18 changes: 0 additions & 18 deletions packages/tag-processor/.eslintrc.json

This file was deleted.

297 changes: 0 additions & 297 deletions packages/tag-processor/CHANGELOG.json

This file was deleted.

Loading
Loading