AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.2" />

.NET API 1,168,384 bytes

 ICssValue

public interface ICssValue
Represents the base for any CSS value.
string CssText { get; }

Gets or sets a string representation of the current value.

CssValueType Type { get; }

Gets a code defining the type of the value as defined above.