foundation-sandboxed

Custom Foundation CSS framework build.

Usage no npm install needed!

<script type="module">
  import foundationSandboxed from 'https://cdn.skypack.dev/foundation-sandboxed';
</script>

README

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