Merge pull request #4 from Fluffy-Bean/deepsource-transform-113e5752

style: format code with Prettier
This commit is contained in:
Michał 2024-05-25 12:50:19 +01:00 committed by GitHub
commit b491b07bea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -11,4 +11,4 @@ export default defineConfig({
theme: syntaxTheme,
},
},
})
});

View file

@ -84,9 +84,9 @@ These elements extend the basic syntax by adding additional features. Not all Ma
```json
{
"firstName": "John",
"lastName": "Smith",
"age": 25
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```

View file

@ -6,4 +6,4 @@
> h1 {
margin-bottom: calc((16px - 4px) * -1);
}
}
}