app-generator / free-site-builder

Free Site Builder - Open-Source Tool | Simpllo
https://www.simpllo.com
Other
295 stars 61 forks source link

[✅ASSIGNED] Move Styling outside JS Code #72

Open app-generator opened 1 year ago

app-generator commented 1 year ago

STATUS: ASSIGNED to @umarali

Context

In order to respect the SPECS and make the builder decoupled from the UI that it manages, the codebase needs the following enhancements:

If the builder needs to load and apply rules during runtime, this needs to be done from external (small) CSS files with suggestive names:

Having this separation, we can easily apply the required changes when the builder is used in other kits.

TY!