JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q41663F
  • 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.

Also contains a small library of commonly used things that support the features:

  • DropDown (for hamburger menus)
  • Modal (for .. modal)

Installation

npm install

Notes

This is ideally meant to get included into your build. You COULD use the pieces in the build/ folder for convenience if you just want to include in your html:

A es5 minified js source is ready in build/js/flexi.js.

build/css/flexi.css for a fully build sass if you want to use pre-configured

Using in es2015 projects