compass-thesquaregrid 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -55,6 +55,12 @@ $squaregrid-square-size: 28px !default
55
55
  =grid-suffix($n, $cols: $squaregrid-columns)
56
56
  padding-right: $squaregrid-container-width / $cols * $n
57
57
 
58
+ =square-prefix($n, $squares: $squaregrid-squares)
59
+ padding-left: $squaregrid-container-width / ($squares + 1) * $n
60
+
61
+ =square-suffix($n, $squares: $squaregrid-squares)
62
+ padding-right: $squaregrid-container-width / ($squares + 1) * $n
63
+
58
64
  =grids($cols: $squaregrid-columns, $gutter-width: $squaregrid-square-size, $squares: $squaregrid-squares)
59
65
  #{enumerate(".sg", 1, $squares, "-")}
60
66
  +grid-unit-base
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-thesquaregrid
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Cornett
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-21 00:00:00 -05:00
18
+ date: 2010-12-23 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency