-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
topic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Description
Less is a rather dead project which does not support recent CSS features as seen in #15520. I suggest moving to either SCSS or plain CSS.
Thoughts on SCSS:
- Supports pretty much everything and more that Less does
- Is 4 times more populare then Less
- Might be slower to compile with their Dart implementation
- Like less, it encourages the bad practice of deeply nesting selectors, resulting in unnecessarily big CSS output
Thoughts on CSS:
- Instant build, no compilation required
- Obviously supports all CSS features out of the box
- Does not support nesting which can be both a blessing (lightweight output) and a curse (impractical sometimes)
- Best tooling support
lunny, 6543, wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf, martijndeb and delvh
Metadata
Metadata
Assignees
Labels
topic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.