alexcabrera-graphpaper 0.2.11 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.markdown CHANGED
@@ -43,7 +43,7 @@ To create your grid columns, mix +container into any element that will be
43
43
  grouping columns and then use +column(n) to have an element span n-number of
44
44
  columns.
45
45
 
46
- The size of your columns and gutters can be defined in partials/_config.sass.
46
+ The size of your columns and gutters can be defined in _config.sass.
47
47
  Graphpaper defaults to the standard [Blueprint][] 960px grid.
48
48
 
49
49
  Installing
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 11
3
+ :patch: 12
4
4
  :major: 0
data/graphpaper.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{graphpaper}
8
- s.version = "0.2.11"
8
+ s.version = "0.2.12"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Alex Cabrera"]
@@ -1,5 +1,5 @@
1
1
  stylesheet 'partials/_base.sass'
2
- stylesheet 'partials/_config.sass'
2
+ stylesheet '_config.sass'
3
3
  stylesheet 'screen.sass', :media => 'screen, projection'
4
4
  stylesheet 'print.sass', :media => 'print'
5
5
  stylesheet 'ie.sass', :media => 'screen, projection', :condition => "lt IE 8"
@@ -23,7 +23,7 @@
23
23
  // +grid-container
24
24
  //
25
25
  // If you wish to align your grid container to the left of the page
26
- // and add padding based on the values in partials/_config.sass,
26
+ // and add padding based on the values in _config.sass,
27
27
  // +grid-container has two vailable arguments.
28
28
  //
29
29
  // The first argument sets positioning of the grid. Graphpaper's
@@ -36,7 +36,7 @@
36
36
  //
37
37
  // Aligning the container to the left will automatically add a
38
38
  // :padding-left property to the element equal to the value of
39
- // !graphpaper_grid_padding in partials/_config.sass
39
+ // !graphpaper_grid_padding in _config.sass
40
40
  //
41
41
  // To disable the padding, add a second "false" argument to grid-container
42
42
  //
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alexcabrera-graphpaper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Cabrera