clean refactor / consistent TSLint / Prettier

This commit is contained in:
maxleiko
2018-03-02 16:31:50 +01:00
parent 2ee0211994
commit 1debc9c891
65 changed files with 798 additions and 723 deletions

View File

@ -6,7 +6,7 @@ import { Helper } from "./.helpers/Helper";
import { Toolkit } from "../src/Toolkit";
//include the SCSS for the demo
require("./.helpers/demo.scss");
import "./.helpers/demo.scss";
Toolkit.TESTING = true;