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) {
|
||||
const output = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user