Click or drag to resize

Utils_MinificationRemoveWhiteSpaceFromStylesheets Method

Minifies a CSS text.

http://madskristensen.net/post/efficient-stylesheet-minification-in-c

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static string RemoveWhiteSpaceFromStylesheets(
	string body
)

Parameters

body
Type: SystemString

Return Value

Type: String
See Also