mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
📎 Remove leftover code
This commit is contained in:
@@ -105,16 +105,6 @@ export async function compileSassAll(worker) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function compare(a, b) {
|
|
||||||
if (a < b) {
|
|
||||||
return -1;
|
|
||||||
} else if (a > b) {
|
|
||||||
return 1;
|
|
||||||
} else {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function concatSass(data) {
|
export function concatSass(data) {
|
||||||
const output = [];
|
const output = [];
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
import fs from "node:fs/promises";
|
|
||||||
import ppt from "pretty-time";
|
|
||||||
import log from "fancy-log";
|
|
||||||
import * as h from "./_helpers.js";
|
import * as h from "./_helpers.js";
|
||||||
|
|
||||||
await h.compileStyles();
|
await h.compileStyles();
|
||||||
|
|||||||
Reference in New Issue
Block a user