Class
MinifyCSSTransform
public class MinifyCSSTransform: Transform
Minifies your CSS files.
Relationships
Superclass
Transform
:nodoc:
Initializers
Methods
level(_:)
@discardableResult
func level(_ value: Int) -> Self
Adds the level
option.
Parameters
Name | Type | Description |
---|---|---|
value | Int |
Minification level. |
gzip(_:)
@discardableResult
func gzip(_ value: Bool) -> Self
Adds the gzip
option.
Parameters
Name | Type | Description |
---|---|---|
value | Bool |
Whether to compress file and add content encoding gzip header. |