JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q40817F
  • License MIT

A responsive and flexible css scheme.

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

var flexijs = require('flexi-js')
// ...
// auto run when window loads
window.addEventListener('load', flexijs);
// OR, to call immediately
flexijs();

Todo:

  • adding modal support
  • fix our description
  • add testing
  • add documentation on usage

Commands:

  • npm run build:css will recompile the core sass
  • npm run build:js will rebuild the single js