Skip to content

Function: mdnUrlForType()

ts
function mdnUrlForType(type): string;

Defined in: packages/providers/src/mdn.ts:16

The MDN reference URL for a bare CSS value-type name (e.g. color, length-percentage).

Parameters

type

string

Returns

string

Released under the MIT License