[REF] run prettier

This commit is contained in:
Samuel Degueldre
2021-12-02 13:13:23 +01:00
committed by Géry Debongnie
parent 307b936d01
commit 150d620b8e
6 changed files with 21 additions and 14 deletions
+4 -4
View File
@@ -176,9 +176,9 @@ const uuid = generateUUID();
class MyComponent extends Component {
static template = xml`<div data-o-${uuid}="">...</div>`;
static style = css`
[data-o-${uuid}] {
color: red;
}
`;
[data-o-${uuid}] {
color: red;
}
`;
}
```