1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-15 12:25:15 +03:00

chore: move css and CommonUtils to modules

* move static class to utils/common.js
* move css to modules
This commit is contained in:
Tomas Chmelevskij 2021-02-14 22:30:13 +01:00
parent e8f5e4e68d
commit 45dd6c3e3a
6 changed files with 17 additions and 19 deletions

View file

@ -47,3 +47,5 @@ CSSUtil.prototype.getColorForPercentage = function(percentage, colorTable = null
};
const cssUtil = new CSSUtil();
window.cssUtil = cssUtil;
export default cssUtil;