Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[✅ASSIGNED] Move Styling outside JS Code #72

Open
app-generator opened this issue Jul 29, 2023 · 0 comments
Open

[✅ASSIGNED] Move Styling outside JS Code #72

app-generator opened this issue Jul 29, 2023 · 0 comments
Assignees

Comments

@app-generator
Copy link
Owner

app-generator commented Jul 29, 2023

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:

  • remove hardcoded style
  • Isolate the CSS in style.css

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

  • preview.css
  • whatever.css

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

TY!

@app-generator app-generator changed the title [👉UNASSIGNED] Move Styling outside JS Code [✅ ASSIGNED] Move Styling outside JS Code Jul 29, 2023
@app-generator app-generator changed the title [✅ ASSIGNED] Move Styling outside JS Code [✅ASSIGNED] Move Styling outside JS Code Jul 29, 2023
@umarali umarali self-assigned this Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants