This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-2ec91418-2eef-4517-ad17-54e323a745a4 XWIKI-23667 Open

Convert layout.less to CSS

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-5e76a2da-3569-4da9-921f-a95b42341729 Charpentier Lucas created this issue on 03/Nov/25 14:18
 
Summary: Convert layout.less to CSS
Issue Type: cid:jira-generated-image-avatar-2ec91418-2eef-4517-ad17-54e323a745a4 Improvement
Affects Versions: 17.9.0
Assignee: Unassigned
Components: Flamingo Skin
Created: 03/Nov/25 14:18
Priority: cid:jira-generated-image-static-minor-48047294-91c1-41a3-8955-540826137e5d Minor
Reporter: Charpentier Lucas
Description:

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

Seems rather difficult. There's a few place with escaped CSS syntax, a few places with pure LESS, and a couple mixin uses at the start.

`@line-height-computed` will probably need a discussion to know whether we want it in the XWiki variable set (as API) since from what I can remember it was a workaround implemented for the bootstrap layout but not needed with current CSS.