You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR: [when the PR is created, put a link to it here. DO NOT use the "linked PR" feature]
Renderers are mostly HTML and have a set of behaviours attached to them. For the most part the difference between, say, BS3 and BS5 are minor, but in the current approach two complete copies are required. Is there a way to reduce the amount of actual code duplication and just focus on the specifics of the CSS framework?
Acceptance Criteria
Code duplication is minimised between CC framework
The text was updated successfully, but these errors were encountered:
Renderers are mostly HTML and have a set of behaviours attached to them. For the most part the difference between, say, BS3 and BS5 are minor, but in the current approach two complete copies are required. Is there a way to reduce the amount of actual code duplication and just focus on the specifics of the CSS framework?
Acceptance Criteria
The text was updated successfully, but these errors were encountered: