AngleSharp by Florian Rappl

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

.NET API 737,792 bytes

 CSSImportRule

public sealed class CSSImportRule : CSSRule
Represents a CSS import rule.
public string Href { get; }

Gets the location of the style sheet to be imported.

public MediaList Media { get; }

Gets a list of media types for which this style sheet may be used.

public CSSStyleSheet StyleSheet { get; }

Gets the style sheet referred to by this rule, if it has been loaded.