Skip to content

Commit

Permalink
Remove flexbox polyfill
Browse files Browse the repository at this point in the history
Flexie, the ployfill recommended for flexbox, uses the old syntax
(`display:box`), not the new syntax (`display:flex`), and so should not be
recommended.
  • Loading branch information
bdukes committed Nov 15, 2012
1 parent 4580b23 commit 1c44747
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion posts/flexbox.md
Expand Up @@ -2,7 +2,6 @@ feature: flexbox
status: avoid
tags: none flexible
kind: css
polyfillurls: http://flexiejs.com/

Unfortunately, [older versions of this spec](http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/) have been implemented in Gecko, WebKit and Trident. A tutorial covering that spec is [on HTML5 Rocks](http://www.html5rocks.com/en/tutorials/flexbox/quick/).

Expand Down

0 comments on commit 1c44747

Please sign in to comment.