Skip to content

Commit e6872a3

Browse files
authored
chore: update heading spacing for response download (#5539)
* update leading * cleanup
1 parent 1b2c36b commit e6872a3

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

lib/responseDownloadFormats/html/css/compile.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ shell.exec(
55
"npx tailwindcss@3.4.1 -c ./tailwind.config.js -i ./css/styles.css -o ./css/output.css --minify"
66
);
77

8-
const css =
9-
"export const css = `" +
10-
fs.readFileSync("./css/output.css", "utf8") +
11-
"`; // eslint-disable-line\n";
8+
const css = "export const css = `" + fs.readFileSync("./css/output.css", "utf8") + "`;";
129

1310
fs.writeFileSync("./css/compiled.ts", css);
1411
fs.unlinkSync("./css/output.css");

0 commit comments

Comments
 (0)