From 09aadadbac733ca1d10c1bb573b6dc461eead9d3 Mon Sep 17 00:00:00 2001 From: Brian Franco Date: Wed, 25 Mar 2015 09:48:30 -0400 Subject: [PATCH] Prefix it! Fixes #24 --- README.md | 5 ++--- flex.scss => _flexbox.scss | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) rename flex.scss => _flexbox.scss (98%) diff --git a/README.md b/README.md index 376a416..39a07d7 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/flex.scss b/_flexbox.scss similarity index 98% rename from flex.scss rename to _flexbox.scss index 7ac6af2..4a38431 100644 --- a/flex.scss +++ b/_flexbox.scss @@ -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: //