Skip to content

Commit

Permalink
Chore: Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Nov 19, 2024
1 parent 00a6cde commit ad82308
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Lib/helper.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ async function dynamicImport(name, selector = "default") {

function humanFileSize(bytes) {
const thresh = 1024;
const decimals = 1;
const sizes = ["b", "kb", "mb"];
const minLength = {
value: 6,
Expand Down
2 changes: 1 addition & 1 deletion postcss.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import path from "path";
import { fs, chokidar, readCache, bold, dim, cyan, magenta } from "carbon-pipeline";
import { config } from "./Lib/helper.mjs";
import postcss from "postcss";
import {
config,
styleFiles as files,
watch,
error,
Expand Down

0 comments on commit ad82308

Please sign in to comment.