templates/project/partials/_base.sass in alexcabrera-graphpaper-0.2.11 vs templates/project/partials/_base.sass in alexcabrera-graphpaper-0.2.12

- old
+ new

@@ -21,11 +21,11 @@ // // #pageContainer // +grid-container // // If you wish to align your grid container to the left of the page -// and add padding based on the values in partials/_config.sass, +// and add padding based on the values in _config.sass, // +grid-container has two vailable arguments. // // The first argument sets positioning of the grid. Graphpaper's // default behavior is to center the element on the page. If you wish // to align the element to the left of the page, set the first @@ -34,10 +34,10 @@ // #pageContainer // +grid-container(false) // // Aligning the container to the left will automatically add a // :padding-left property to the element equal to the value of -// !graphpaper_grid_padding in partials/_config.sass +// !graphpaper_grid_padding in _config.sass // // To disable the padding, add a second "false" argument to grid-container // // #pageContainer // +grid-container(false, false) \ No newline at end of file