5.4.5-sandboxed.1 • Published 10 years ago

foundation-sandboxed v5.4.5-sandboxed.1

Weekly downloads
2
License
MIT
Repository
-
Last release
10 years ago

#Foundation Sandboxed

Custom Foundation CSS framework build.

  • A foundation class prefix/sandboxing on all selectors.
  • Minimize all CSS files.
  • Package all CSS as CommonJS modules that can be required in the browser.
  • No max-width on grid rows.
  • table is 100% width.

##Install

$ npm install foundation-sandboxed

Then you can grab the CSS or JS files in the build directory or require the CommonJS modules in your project:

require('foundation-sandboxed/build/commonjs/foundation.sandboxed.min.js');

##Build

$ gem install bundler
$ bundle install
$ npm install
$ grunt