Skip to content

Conversation

web-padawan
Copy link
Member

Description

Depends on #9996

  • Removed Lumo CSS from all dev pages by default
  • Dev server adds Lumo CSS when running yarn start:lumo
  • Dev server adds Aura CSS when running yarn start:aura

Type of change

  • Internal change

@web-padawan web-padawan requested review from jouni and vursen August 14, 2025 11:23
@web-padawan web-padawan force-pushed the chore/dev-page-css-change branch 3 times, most recently from 66386a1 to f92a4e2 Compare August 14, 2025 11:41
body = body.replace('</title>', '</title><link rel="stylesheet" href="/packages/aura/aura.css" />');
}

if (theme === 'base' && context.response.is('html', 'js')) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is needed to only remove CSS files matching ../ for base styles, but allow using relative imports such as ../packages/aura/aura.css which is planned to be used in particular in aura.html file.

@web-padawan web-padawan force-pushed the chore/dev-page-css-change branch from 59c7aed to c7a3c23 Compare August 14, 2025 13:38
Copy link

@web-padawan web-padawan removed the request for review from vursen August 14, 2025 13:41
@web-padawan web-padawan merged commit 65e7e6c into main Aug 14, 2025
9 checks passed
@web-padawan web-padawan deleted the chore/dev-page-css-change branch August 14, 2025 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants