Skip to content
/ pylon Public
forked from almonk/pylon

Declarative layout primitives for CSS & HTML

License

Notifications You must be signed in to change notification settings

nteetor/pylon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pylon - Declarative layout primitives for CSS & HTML

Pylon encapsulates Flexbox logic into a set of simple tags and attributes which, when combined, can form robust user interfaces using a declarative and expressive API.

Pylon is:

  • Compatible with every JavaScript framework (it's just HTML & CSS)
  • Easy to drop in next to any other CSS framework
  • Easily configurable (see tokens.css)
  • Requires no JavaScript framework (it's just HTML & CSS)
  • Only 2kb

Installation & usage

Please see https://almonk.github.io/pylon/

Building locally

$ npm install
$ gulp pylon

If gulp pylon fails, you probably need to install the gulp.js gulp-cli:

$ npm install --global gulp-cli

About

Declarative layout primitives for CSS & HTML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 88.9%
  • JavaScript 11.1%