Format with prettier
This commit is contained in:
@ -37,8 +37,8 @@ The styling mechanism consists of the following files (all paths are prefixed wi
|
|||||||
header section. See next.
|
header section. See next.
|
||||||
</DListItem>
|
</DListItem>
|
||||||
<DListItem dt="layouts/Layout.astro">
|
<DListItem dt="layouts/Layout.astro">
|
||||||
This layout is used for all of the pages rendered by _AstroWind_. The contents of _tailwind.css_ and _CustomStyles.astro_ component,
|
This layout is used for all of the pages rendered by _AstroWind_. The contents of _tailwind.css_ and
|
||||||
described above, is injected into the html header.
|
_CustomStyles.astro_ component, described above, is injected into the html header.
|
||||||
</DListItem>
|
</DListItem>
|
||||||
|
|
||||||
### Dark Mode
|
### Dark Mode
|
||||||
|
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
@ -1,4 +1,4 @@
|
|||||||
import type { AstroComponentFactory } from "astro/runtime/server/index.js";
|
import type { AstroComponentFactory } from 'astro/runtime/server/index.js';
|
||||||
|
|
||||||
export interface Post {
|
export interface Post {
|
||||||
/** A unique ID number that identifies a post. */
|
/** A unique ID number that identifies a post. */
|
||||||
|
Reference in New Issue
Block a user