Summary
Minifies the CSS content.
- Assembly
- Wyam
.Minification .dll - Namespace
- Wyam
.Minification - Containing Type
- MinifyCss
Syntax
public MinifyCss(bool isInlineCode = false)
Parameters
Name | Type | Description |
---|---|---|
isInlineCode | bool |
Boolean to specify whether the content has inline CSS code. Default value is false .
|
Return Value
Type | Description |
---|---|
void |