This commit is contained in:
Jason 2022-02-19 00:10:57 -05:00
parent 82f5f76588
commit 2c06fed426
25 changed files with 1131 additions and 604 deletions

View file

@ -28,7 +28,6 @@ class CSS extends EventEmitter {
});
return this.generate(ast);
} catch(e) {
console.log(e)
return str;
};
};