This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TypeScript 23 hrs 22 mins βββββββββββββββββββββ 68.3% | |
Markdown 8 hrs 1 min βββββββββββββββββββββ 23.4% | |
JavaScript 1 hr 41 mins βββββββββββββββββββββ 5.0% | |
JSON 38 mins βββββββββββββββββββββ 1.9% | |
LESS 28 mins βββββββββββββββββββββ 1.4% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# editorconfig.org | |
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
indent_style = space | |
indent_size = 2 | |
trim_trailing_whitespace = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loadCssFile("style.css",()=>{ | |
console.log('loaded'); | |
}); |