Skip to content

Commit b75a52d

Browse files
committed
docs: add indentation
1 parent 0208c72 commit b75a52d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/uui-css/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@ export class MyElement extends LitElement {
149149
static styles = [
150150
UUITextStyles,
151151
css`
152-
/* your css goes here */
153-
`,
152+
/* your css goes here */
153+
`,
154154
];
155155

156156
render() {
157157
return html`
158-
<div class="uui-text">
159-
This is my custom element
160-
</div>
158+
<div class="uui-text">
159+
This is my custom element
160+
</div>
161161
`;
162162
}
163163
}

0 commit comments

Comments
 (0)