stratum 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitmodules CHANGED
@@ -2,3 +2,6 @@
2
2
  path = demo/vendor/livereload-js
3
3
  url = git@github.com:tyom/livereload-js.git
4
4
  dirty = ignore
5
+ [submodule "tests"]
6
+ path = tests
7
+ url = https://github.com/tyom/stratum
@@ -122,6 +122,14 @@
122
122
  @include grid-column-margins(fluid);
123
123
  }
124
124
 
125
+ // Forced grid type and gutterless
126
+ %l-grid-pixel %l-gutterless & {
127
+ @include grid-column-width($i, pixel, 0);
128
+ }
129
+ %l-grid-fluid %l-gutterless & {
130
+ @include grid-column-width($i, fluid, 0, false);
131
+ }
132
+
125
133
  // Force gutterless grid
126
134
  %l-gutterless &,
127
135
  // Apply gutterless grid on columns without rows
@@ -258,28 +266,5 @@
258
266
  @include grid-offset-by-column($i, right, negative, fluid);
259
267
  }
260
268
  }
261
-
262
- // ## gutterless grid
263
- %l-gutterless %l-col {
264
- // From left
265
- &%l-col-from-left-#{$i} {
266
- @include grid-offset-by-column($i, left, positive, gutterless);
267
- }
268
-
269
- // To left
270
- &%l-col-to-left-#{$i} {
271
- @include grid-offset-by-column($i, left, negative, gutterless);
272
- }
273
-
274
- // From right
275
- &%l-col-from-right-#{$i} {
276
- @include grid-offset-by-column($i, right, positive, gutterless);
277
- }
278
-
279
- // To right
280
- &%l-col-to-right-#{$i} {
281
- @include grid-offset-by-column($i, right, negative, gutterless);
282
- }
283
- }
284
269
  }
285
270
  }
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Stratum
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stratum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-27 00:00:00.000000000 Z
12
+ date: 2013-01-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
16
- requirement: &70124016369060 !ruby/object:Gem::Requirement
16
+ requirement: &70285764166840 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70124016369060
24
+ version_requirements: *70285764166840
25
25
  description: Stratum is a collection of SASS mixins and utilities for your web development
26
26
  needs.
27
27
  email: tyom@semonov.com