diff --git a/packages/uui-css/README.md b/packages/uui-css/README.md index 82510154f..d54017b58 100644 --- a/packages/uui-css/README.md +++ b/packages/uui-css/README.md @@ -149,15 +149,15 @@ export class MyElement extends LitElement { static styles = [ UUITextStyles, css` - /* your css goes here */ - `, + /* your css goes here */ + `, ]; render() { return html` -
- This is my custom element -
+
+ This is my custom element +
`; } }