From 984832c4e9d21e146175206387789ffe64c838a2 Mon Sep 17 00:00:00 2001 From: dominiclord Date: Mon, 7 Dec 2015 11:18:36 -0500 Subject: [PATCH] Mixup between SCSS mixin and CSS class --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b499a5..1bff310 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Insert a `o-grid` block and add `o-grid_item` elements inside it. No rows that contain floats, no twelve columns system; just the number of items you want, with the classes names you want, inside a single block. - Include the grid mixins in your components classes. -- Create custom width grid items by including the `o-grid_item` mixin and adding the widths you need or just include the helpers mixins with fractions like names. +- Create custom width grid items by including the `grid_item` mixin and adding the widths you need or just include the helpers mixins with fractions like names. - Add media queries, on the helpers mixins or on your custom components to change the grid items widths, for your content, on different screen sizes. *[Demo](http://codepen.io/AntoineBoulanger/pen/EaLNxe)*