Table of Contents

Method HasCircularDependency

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Css.dll

HasCircularDependency(string, string)

Detects if there are circular variable dependencies

public bool HasCircularDependency(string variableName, string scopeName = null)

Parameters

variableName string

The variable to check

scopeName string

Returns

bool

True if circular dependency detected