Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ThemeContainer

interface ThemeContainer {
center?: boolean;
padding?: string | Record<string, string | undefined>;
screens?: Record<string, string | undefined>;
}

§Properties

§
center?: boolean
[src]
§
padding?: string | Record<string, string | undefined>
[src]
§
screens?: Record<string, string | undefined>
[src]