Click or drag to resize
DefaultCssMinifier Class
Provides the default implementation of CSS minification that returns unmodified input.
Inheritance Hierarchy
SystemObject
  CMS.HelpersDefaultCssMinifier

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public class DefaultCssMinifier : ICssMinifier, 
	IResourceMinifier

The DefaultCssMinifier type exposes the following members.

Constructors
  NameDescription
Public methodDefaultCssMinifier
Top
Methods
  NameDescription
Public methodMinify
Minifies the specified CSS.
Top
See Also