Skip to content

Commit

Permalink
added slot for rules, for styling
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick committed Jul 10, 2023
1 parent 2b04282 commit 060df4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { html, LitElement } from 'lit';
@customElement('qti-rule')
export class QtiRule extends LitElement {
override render() {
return html``;
return html`<slot></slot>`;
}

public process() {
Expand Down

0 comments on commit 060df4e

Please sign in to comment.