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
what: Stop using inline styles and start working on a permanent solution for the existing one.
23
+
rationale: Inline styles are not ideal for maintainability and can lead to technical debt. By finding a permanent solution, we can improve the overall quality of the codebase.
22
24
what: Reduce number of includes necessary by adapting GCWeb's own includes
23
25
rationale: Having many include overrides could increase the technical debt of this project. By adapting GCWeb Jekyll to leverage different parameters, we'll be able to minimize the need for include overrides.
24
26
- due: Next release (for v1.1 or v1.0.1)
@@ -30,6 +32,7 @@
30
32
observation: Some main menu items do not have sub-menu items, which is not standard for the main menu.
31
33
32
34
todos:
35
+
- Implement a more permanent solution for the inline styles and not relying on the temporary CSS classes created in v.1.4.0. to avoid content breaking when the inline styles are removed.
0 commit comments