All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManager.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






SpincastCssAutoprefixerManager (org.spincast:spincast-framework 1.14.0 API)












org.spincast.plugins.cssautoprefixer

Interface SpincastCssAutoprefixerManager

    • Method Detail

      • isValidAutoprefixerEnvironment

        boolean isValidAutoprefixerEnvironment()
        Return true if Autoprefixer can be run properly.

        Read the documentation in order to learn how to install the requirements.

      • autoPrefix

        String autoPrefix(String cssContent)
        Apply Autoprefixer on the specified CSS String.
      • autoPrefix

        void autoPrefix(File cssFile)
        Apply Autoprefixer on the specified CSS file.

        Use UTF-8 as the encoding.

      • autoPrefix

        void autoPrefix(File cssFile,
                        JsonObject options)
        Apply Autoprefixer on the specified CSS file.

        Use UTF-8 as the encoding.

        Parameters:
        options - The Autoprefixer options to use.
      • autoPrefix

        void autoPrefix(File cssFile,
                        Charset encoding)
        Apply Autoprefixer on the specified CSS file.

Copyright © 2019. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy