File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
openlibrary/templates/site Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3131 < link href ="/static/images/openlibrary-180x180.png " rel ="apple-touch-icon " sizes ="180x180 " />
3232 < link href ="/static/images/openlibrary-192x192.png " rel ="icon " sizes ="192x192 " />
3333 < link href ="/static/images/openlibrary-128x128.png " rel ="icon " sizes ="128x128 " />
34+ $# CSS Custom Properties (design tokens) - loaded separately for caching
35+ < link href ="$static_url('css/less/generated-custom-properties.css') " rel ="stylesheet " type ="text/css " />
3436 $ style = 'build/css/page-%s.css'%ctx.get('cssfile', 'user')
3537 < link href ="$static_url(style) " rel ="stylesheet " type ="text/css " />
3638
Original file line number Diff line number Diff line change 55@import (less ) " z-index.less" ;
66@import (less ) " border-radius.less" ;
77@import (less ) " borders.less" ;
8-
9- // CSS Custom Properties for native CSS components (migration from Less)
10- @import (inline ) " generated-custom-properties.css" ;
You can’t perform that action at this time.
0 commit comments