vendor/assets/stylesheets/purecss/_grids.scss in purecss-sass-1.0.0 vs vendor/assets/stylesheets/purecss/_grids.scss in purecss-sass-1.0.1

- old
+ new

@@ -1,10 +1,10 @@ /*! -Pure v1.0.0 +Pure v1.0.1 Copyright 2013 Yahoo! Licensed under the BSD License. -https://github.com/yahoo/pure/blob/master/LICENSE.md +https://github.com/pure-css/pure/blob/master/LICENSE.md */ /*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/ .pure-g { letter-spacing: -0.31em; @@ -20,11 +20,11 @@ /* Webkit: fixes text-rendering: optimizeLegibility */ /* Sets the font stack to fonts known to work properly with the above letter - and word spacings. See: https://github.com/yahoo/pure/issues/41/ + and word spacings. See: https://github.com/pure-css/pure/issues/41/ The following font stack makes Pure Grids work on all known environments. * FreeSans: Ships with many Linux distros, including Ubuntu @@ -41,9 +41,11 @@ /* Use flexbox when possible to avoid `letter-spacing` side-effects. */ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; /* Prevents distributing space between rows */