Click or drag to resize
CssStylesheetInfoProviderCssPreprocessors Property
Represents the collection of CSS preprocessors.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static SafeDictionary<string, CssPreprocessor> CssPreprocessors { get; }

Property Value

Type: SafeDictionaryString, CssPreprocessor
See Also