Home / Class/ CssVariable Class — astro Architecture

CssVariable Class — astro Architecture

Architecture documentation for the CssVariable class in fonts.d.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  9e46f12d_5cf3_6a2e_7c01_596dec24bff0["CssVariable"]
  1bd75479_60af_b8b9_431b_2f0adabfee97["fonts.d.ts"]
  9e46f12d_5cf3_6a2e_7c01_596dec24bff0 -->|defined in| 1bd75479_60af_b8b9_431b_2f0adabfee97

Relationship Graph

Source Code

packages/astro/types/fonts.d.ts lines 1–10

declare module 'astro:assets' {
	/** @internal Run `astro dev` or `astro sync` to generate high fidelity types */
	export type CssVariable = string;

	/** The data available on `fontData` */
	export type FontData = import('../dist/assets/fonts/types.js').FontData;

	/** @internal */
	export type FontPreloadFilter = import('../dist/assets/fonts/types.js').PreloadFilter;
}

Frequently Asked Questions

What is the CssVariable class?
CssVariable is a class in the astro codebase, defined in packages/astro/types/fonts.d.ts.
Where is CssVariable defined?
CssVariable is defined in packages/astro/types/fonts.d.ts at line 1.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free