Skip to content

Commit 8399e67

Browse files
committed
clean up
1 parent bba3d9d commit 8399e67

File tree

4 files changed

+1
-323
lines changed

4 files changed

+1
-323
lines changed

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ packages/next/src/bundles/webpack/packages/*.runtime.js
1515
packages/next/src/bundles/webpack/packages/lazy-compilation-*.js
1616
packages/next/wasm/@next
1717
packages/next/errors.json
18-
packages/next/**/tailwind.output.css
1918

2019
.github/actions/next-stats-action/.work
2120
.changeset/*.md

packages/next/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@
8989
"ncc-compiled": "taskr ncc",
9090
"storybook": "BROWSER=none storybook dev -p 6006",
9191
"build-storybook": "storybook build",
92-
"test-storybook": "test-storybook",
93-
"tw-build": "tailwindcss --input ./src/next-devtools/dev-overlay/tailwind.input.css --output ./src/next-devtools/dev-overlay/styles/tailwind.output.css",
94-
"tw-watch": "pnpm tw-build --watch=always"
92+
"test-storybook": "test-storybook"
9593
},
9694
"taskr": {
9795
"requires": [
@@ -183,7 +181,6 @@
183181
"@storybook/test-runner": "0.21.0",
184182
"@swc/core": "1.11.24",
185183
"@swc/types": "0.1.7",
186-
"@tailwindcss/cli": "4.1.8",
187184
"@tailwindcss/postcss": "4.1.9",
188185
"@taskr/clear": "1.1.0",
189186
"@taskr/esnext": "1.1.0",

packages/next/types/global.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ declare module '*.module.scss' {
4343
export default classes
4444
}
4545

46-
declare module '*.css?raw' {
47-
const content: string
48-
export default content
49-
}
50-
5146
// We implement the behavior of `import 'server-only'` and `import 'client-only'` on the compiler level
5247
// and thus don't require having them installed as dependencies.
5348
// By default it works fine with typescript, because (surprisingly) TSC *doesn't check side-effecting imports*.

0 commit comments

Comments
 (0)