Definition
CSS Custom Functions and Mixins Module Level 1 defines CSSFunctionDeclarations
[Exposed=Window]
interface CSSFunctionDeclarations : CSSRule {
  [SameObject, PutForwards=cssText] readonly attribute CSSFunctionDescriptors style;
};
  
  
CSSFunctionDeclarations interfaceCSS Custom Functions and Mixins Module Level 1 defines CSSFunctionDeclarations
[Exposed=Window]
interface CSSFunctionDeclarations : CSSRule {
  [SameObject, PutForwards=cssText] readonly attribute CSSFunctionDescriptors style;
};