foundation-sandboxed
v5.4.5-sandboxed.1
Published
Custom Foundation CSS framework build.
Downloads
10
Maintainers
Readme
Custom Foundation CSS framework build.
- [x] A
foundation
class 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-width
on grid rows. - [x]
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