mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-01-14 10:35:14 +00:00
Merge pull request #4 from Fluffy-Bean/deepsource-transform-113e5752
style: format code with Prettier
This commit is contained in:
commit
b491b07bea
|
@ -11,4 +11,4 @@ export default defineConfig({
|
|||
theme: syntaxTheme,
|
||||
},
|
||||
},
|
||||
})
|
||||
});
|
||||
|
|
|
@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
> h1 {
|
||||
margin-bottom: calc((16px - 4px) * -1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue