Table of Contents

Method DefineScopedVariable

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

DefineScopedVariable(string, string, string)

Defines a custom property in the current scope

public void DefineScopedVariable(string scopeName, string variableName, string value)

Parameters

scopeName string

The scope identifier (e.g., element selector)

variableName string

The variable name

value string

The variable value