Skip to content

Commit

Permalink
Prefix it!
Browse files Browse the repository at this point in the history
Fixes #24
  • Loading branch information
mastastealth committed Mar 25, 2015
1 parent d8fb9f9 commit 09aadad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ around with flexbox using the native support of current
browsers. For full support table check: http://caniuse.com/flexbox

Basically this will use:
- Fallback, old syntax (IE10, Safari, mobile webkit browsers)
- Prefixed standard syntax (Chrome)
- Final standards syntax (FF, IE11, Opera 12.1)
- Fallback, old syntax (IE10, mobile webkit browsers - no wrapping)
- Final standards syntax (FF, Safari, Chrome, IE11, Opera)

------------------------
This was inspired by:
Expand Down
5 changes: 2 additions & 3 deletions flex.scss → _flexbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
//
// Basically this will use:
//
// * Fallback, old syntax (IE10, Safari, mobile webkit browsers)
// * Prefixed standard syntax (Chrome)
// * Final standards syntax (FF, IE11, Opera 12.1)
// * Fallback, old syntax (IE10, mobile webkit browsers - no wrapping)
// * Final standards syntax (FF, Safari, Chrome, IE11, Opera)
//
// This was inspired by:
//
Expand Down

0 comments on commit 09aadad

Please sign in to comment.