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:
parent
e8f5e4e68d
commit
45dd6c3e3a
6 changed files with 17 additions and 19 deletions
|
@ -47,3 +47,5 @@ CSSUtil.prototype.getColorForPercentage = function(percentage, colorTable = null
|
|||
};
|
||||
|
||||
const cssUtil = new CSSUtil();
|
||||
window.cssUtil = cssUtil;
|
||||
export default cssUtil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue