Files
Unify/application/elements/flexbox.js
2025-12-25 11:16:59 +01:00

39 lines
298 B
JavaScript

export default class flexbox{
renderToDOM = true;
#ifdef MACOS
#ifdef DARK
color = "white";
#endif
#ifdef LIGHT
color = "black";
#endif
#endif
#ifdef WINDOWS
#ifdef DARK
color = "white";
#endif
#ifdef LIGHT
color = "black";
#endif
#endif
}