-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hello,
I want to use Quarkus web bundler with (lit) web components with a common style sheet.
Example
// Any support for a for imports like that?
import sheet from './app.css' assert { type: 'css' };
@customElement('my-comp')
export class MyComp extends LitElement {
static styles = [sheet];
}Unfortunately I don't see how to implement something like with quarkus-web bundler. Is it possible at all?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels