README.mdown in grid-coordinates-1.1.2 vs README.mdown in grid-coordinates-1.1.3

- old
+ new

@@ -28,20 +28,20 @@ // Configure grid coordinates $grid-columns: 24 $grid-width: 60px $grid-gutter-width: 10px - // Set to true by default - $overflow-allowed: false + // Set to true by default. Can be set to false to clip content that overflows a grid block. + // $overflow: false @import grid-coordinates // Only needed if you're using the classes and `@extend` instead of the mixins (suggested) +grid-coordinates ... -The `$overflow-allowed` setting controls which of Compass' two clearfix mixins to be used, `+clearfix` or `+pie-clearfix`. The default setting is set to `true` and will not clip any content that overflows a grid block. If for some reason you need to clip overflowing content update this setting to `false`. +The `$overflow` setting controls which of Compass' two clearfix mixins to be used, `+clearfix` or `+pie-clearfix`. The default setting is set to `true` and will not clip any content that overflows a grid block. If for some reason you need to clip overflowing content update this setting to `false`. ### Using classes and `@extend` When you use the mixin `+grid-coordinates` you are able to leverage the classes in your HTML or use the Sass `extend` option to "extend" the classes in your Sass stylesheets. \ No newline at end of file