Table of Contents

Method GetScopedVariables

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

GetScopedVariables(string)

Gets all defined variables in a specific scope

public IEnumerable<KeyValuePair<string, string>> GetScopedVariables(string scopeName)

Parameters

scopeName string

Returns

IEnumerable<KeyValuePair<string, string>>