pmc/simple-foundation

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v1.0.3) of this package.

A simplified distribution of Zurb Foundation

v1.0.3 2015-06-27 17:51 UTC

This package is not auto-updated.

Last update: 2017-02-13 00:36:33 UTC


README

This is a simplyfied distribution of Zurb's Foundation framework that can be installed using only composer without the need for node, bower, etc while still including the SCSS aspects (Which are not in the .zip download)

All you need to do is make sure you have the require in your composer.json

    "require": {
      "pmc/simple-foundation": "dev-master"
    }