inherit constant

CssGlobal const inherit

The inherit keyword - inherits value from parent.

Implementation

static const CssGlobal inherit = _CssGlobalKeyword._('inherit');