Skip to content

Commit

Permalink
docs: add indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iOvergaard committed Sep 21, 2023
1 parent 0208c72 commit b75a52d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/uui-css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@ export class MyElement extends LitElement {
static styles = [
UUITextStyles,
css`
/* your css goes here */
`,
/* your css goes here */
`,
];

render() {
return html`
<div class="uui-text">
This is my custom element
</div>
<div class="uui-text">
This is my custom element
</div>
`;
}
}
Expand Down

0 comments on commit b75a52d

Please sign in to comment.