Stylecow v5.0.0 Release Notes

    • โœ‚ Removed --input, --output, --code and --map configuration
    • ๐Ÿ’… Simplified api. The command stylecow execute is now simply stylecow
    • ๐Ÿ’… On create new configuration file with stylecow init, all plugins are selected by default
    • โž• Added support for convert various files. From now, the stylecow.json structure has the following format:
    {
      "files": [
        {
          "input": "styles.css",
          "output": "styles.min.css",
          "map": "styles.min.map",
        },{
          "input": "styles2.css",
          "output": "styles2.min.css",
          "map": "styles2.min.map",
        }
      ]
    }