This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Mode to finalize aggregated CSS @import statements.

Namespace: Smartsite.Scf
Assembly:  Smartsite.Scf (in Smartsite.Scf.dll)

Syntax

C#Copy imageCopy Code
public enum CssImportProcessingMode
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration CssImportProcessingMode

Members

Member nameDescription
MoveToTop
Place all aggregated @import statements at the top of the document.
Expand
Expand calls to @import statements by including the given style sheets in the aggregated result.
Note that Expand will not work when @import rules are used with media type arguments (e.g. @import url(/print.css) print).

See Also

Smartsite.Scf Namespace
Advanced