Simplify CSS generation #31
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ktyl/ktyl.dev#31
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are many source CSS files, but they are ultimately combined into a single file which is deployed to every page. The makefile can be simplified by just writing all the CSS rules in a single file to start with, with a view to move to something like SCSS in the future.
Simplify CSSto Simplify CSS generation