We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0208c72 commit b75a52dCopy full SHA for b75a52d
packages/uui-css/README.md
@@ -149,15 +149,15 @@ export class MyElement extends LitElement {
149
static styles = [
150
UUITextStyles,
151
css`
152
- /* your css goes here */
153
- `,
+ /* your css goes here */
+ `,
154
];
155
156
render() {
157
return html`
158
- <div class="uui-text">
159
- This is my custom element
160
- </div>
+ <div class="uui-text">
+ This is my custom element
+ </div>
161
`;
162
}
163
0 commit comments