Package Exports
- flexi-js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (flexi-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
flexi-js
A lightweight CSS blocking system, designed to be simple. This has been designed only to provide a few common things, while simplifying the box model, and some some common pitfalls that everyone falls into when trying to design a Responsive site.
Installation
npm install
To use the optional JS stuff (Collapse, Modal)
var flexijs = require('flexi-js')
// ...
// auto run when window loads
window.addEventListener('load', flexijs);
// OR, to call immediately if the window is ready..
flexijs();
Todo:
- adding modal support
- fix our description
- add testing
- add documentation on usage
- text-align ?
- make variables only apply if not already defined
Commands:
npm run build
npm run watch
npm run debug:build
npm run debug:watch
(this isnt working for some dumb reason...)