mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 01:56:38 +02:00
📎 Remove leftover code
This commit is contained in:
parent
35f4a07d27
commit
eae19e8252
2 changed files with 0 additions and 13 deletions
|
@ -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 = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue