Skip to content

Commit fa5aac5

Browse files
chore: fix formatting error in Deno 2.3.3 (#2965)
Upstream bug: denoland/deno#29337
1 parent 4a8dea1 commit fa5aac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

init/src/init.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export default {
225225
rgb(254, 249, 195)
226226
);
227227
}`;
228-
228+
// deno-fmt-ignore
229229
const NO_TAILWIND_STYLES = css`*,
230230
*::before,
231231
*::after {
@@ -376,6 +376,7 @@ html {
376376
377377
${GRADIENT_CSS}`;
378378

379+
// deno-fmt-ignore
379380
const TAILWIND_CSS = css`@tailwind base;
380381
@tailwind components;
381382
@tailwind utilities;

0 commit comments

Comments
 (0)