foundation-sandboxed
v5.4.5-sandboxed.1
Published
Custom Foundation CSS framework build.
Maintainers
Readme
Custom Foundation CSS framework build.
- [x] A
foundationclass prefix/sandboxing on all selectors. - [x] Minimize all CSS files.
- [x] Package all CSS as CommonJS modules that can be required in the browser.
- [x] No
max-widthon grid rows. - [x]
tableis 100% width.
##Install
$ npm install foundation-sandboxedThen 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