DRY planet styles #32

Open
opened 2024-06-16 16:42:05 +02:00 by ktyl · 0 comments
Owner

Each planet is currently defined individually which makes modifying them all at once repetitive and therefore error-prone.

Identify repeated elements and simplify them by:

  1. Better use of CSS classes
  2. Supporting a more advanced styling language like SCSS
  3. Generating CSS with Python at build time.

Identify the limits of CSS classes if a more complex approach is required.

Each planet is currently defined individually which makes modifying them all at once repetitive and therefore error-prone. Identify repeated elements and simplify them by: 1. Better use of CSS classes 2. Supporting a more advanced styling language like SCSS 3. Generating CSS with Python at build time. Identify the limits of CSS classes if a more complex approach is required.
ktyl added the
enhancement
label 2024-06-16 16:42:05 +02:00
ktyl self-assigned this 2024-06-16 16:42:05 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ktyl/ktyl.dev#32
No description provided.