File tree Expand file tree Collapse file tree 4 files changed +1
-323
lines changed
Expand file tree Collapse file tree 4 files changed +1
-323
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ packages/next/src/bundles/webpack/packages/*.runtime.js
1515packages /next /src /bundles /webpack /packages /lazy-compilation- * .js
1616packages /next /wasm /@next
1717packages /next /errors.json
18- packages /next /** /tailwind.output.css
1918
2019.github /actions /next-stats-action /.work
2120.changeset /* .md
Original file line number Diff line number Diff line change 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" : [
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" ,
Original file line number Diff line number Diff 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*.
You can’t perform that action at this time.
0 commit comments