Home > @uniformdev/design-system > supports

supports() function

CSS supports query helper function

Signature:

Parameters

Parameter

Type

Description

cssProp

string

The css property you want to check support

Returns:

string

Compiled supports query e.g. supports (display: grid)

Example