foundation-sandboxed

5.4.5-sandboxed.1 • Public • Published

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

Package Sidebar

Install

npm i foundation-sandboxed

Weekly Downloads

3

Version

5.4.5-sandboxed.1

License

MIT

Last publish

Collaborators

  • radekstepan