This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-9f6abf5d-350c-4a03-834c-1733dd575433 XWIKI-23676 Open

Convert general.less to CSS

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-fde819e4-a579-46d8-973d-6f2c7101e163 Charpentier Lucas created this issue on 03/Nov/25 14:47
 
Summary: Convert general.less to CSS
Issue Type: cid:jira-generated-image-avatar-9f6abf5d-350c-4a03-834c-1733dd575433 Improvement
Affects Versions: 17.9.0
Assignee: Unassigned
Components: Flamingo Skin
Created: 03/Nov/25 14:47
Priority: cid:jira-generated-image-static-minor-7168e17c-e76f-4bb9-a3fb-d77c378b3468 Minor
Reporter: Charpentier Lucas
Description:

For a performance improvement, we should convert general.less to a CSS.

As far as I can see, this is the only time where we use https://lesscss.org/features/#extend-feature in XS code (excluding our bootstrap fork ofc). This might be troublesome to convert this in native CSS...

There's a couple mixin uses for link decoration that would be difficult to convert without CSS mixins.

Seems like a moderately difficult conversion.