Files
Unify/application/elements/flexbox.js

39 lines
298 B
JavaScript
Raw Normal View History

2025-12-25 11:16:59 +01:00
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
}