public interface SpincastCssAutoprefixerManager
Modifier and Type | Method and Description |
---|---|
void |
autoPrefix(File cssFile)
Apply Autoprefixer on the specified
CSS file.
|
void |
autoPrefix(File cssFile,
Charset encoding)
Apply Autoprefixer on the specified
CSS file.
|
void |
autoPrefix(File cssFile,
Charset encoding,
JsonObject options)
Apply Autoprefixer on the specified
CSS file.
|
void |
autoPrefix(File cssFile,
JsonObject options)
Apply Autoprefixer on the specified
CSS file.
|
String |
autoPrefix(String cssContent)
Apply Autoprefixer on the specified
CSS String.
|
String |
autoPrefix(String cssContent,
JsonObject options)
Apply Autoprefixer on the specified
CSS String.
|
boolean |
isValidAutoprefixerEnvironment()
Return
true if Autoprefixer can be
run properly. |
boolean isValidAutoprefixerEnvironment()
true
if Autoprefixer can be
run properly.
Read the documentation in order to learn how to install the requirements.
String autoPrefix(String cssContent, JsonObject options)
options
- The
Autoprefixer options to use.void autoPrefix(File cssFile)
Use UTF-8
as the encoding.
void autoPrefix(File cssFile, JsonObject options)
Use UTF-8
as the encoding.
options
- The
Autoprefixer options to use.void autoPrefix(File cssFile, Charset encoding)
void autoPrefix(File cssFile, Charset encoding, JsonObject options)
options
- The
Autoprefixer options to use.Copyright © 2019. All rights reserved.