Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup committed Aug 27, 2012
1 parent 4df5851 commit b9872e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -5,11 +5,11 @@ Polyfills for various HTML 5 "flex-layout" models.
* flexie.js (Flex box layout) * flexie.js (Flex box layout)
* CSS Template Layout * CSS Template Layout


Flexie.js is a polyfill for the CSS Flex layout from W3C. Flexie.js is a polyfill for the [CSS3 Flexbox](http://www.w3.org/TR/css3-flexbox/) module from W3C.


CSS Template Layout is an implementation of CSS Template Layout Module from W3C CSS Template Layout is an implementation of [CSS Template Layout Module](http://www.w3.org/TR/css3-layout/) from W3C. Currently 2 different implementions are packaged in this gem.


These polyfills are packaged for use with the Rails asset pipeline. These polyfills are all packaged for use with the Rails asset pipeline.
This lets you use and experiment with the new HTML5 CSS layout model in order to simplify and improve your HTML grids and layout :) This lets you use and experiment with the new HTML5 CSS layout model in order to simplify and improve your HTML grids and layout :)


## Install ## Install
Expand Down

0 comments on commit b9872e5

Please sign in to comment.