mui-sass 0.2.10 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,31 +31,6 @@
31
31
  width: percentage(($i / $mui-grid-columns));
32
32
  }
33
33
  }
34
- @if ($type == 'push') and ($i > 0) {
35
- .mui-col-#{$class}-push-#{$i} {
36
- left: percentage(($i / $mui-grid-columns));
37
- }
38
- }
39
- @if ($type == 'push') and ($i == 0) {
40
- .mui-col-#{$class}-push-0 {
41
- left: auto;
42
- }
43
- }
44
- @if ($type == 'pull') and ($i > 0) {
45
- .mui-col-#{$class}-pull-#{$i} {
46
- right: percentage(($i / $mui-grid-columns));
47
- }
48
- }
49
- @if ($type == 'pull') and ($i > 0) {
50
- .mui-col-#{$class}-pull-#{$i} {
51
- right: percentage(($i / $mui-grid-columns));
52
- }
53
- }
54
- @if ($type == 'pull') and ($i == 0) {
55
- .mui-col-#{$class}-pull-0 {
56
- right: auto;
57
- }
58
- }
59
34
  @if ($type == 'offset') {
60
35
  .mui-col-#{$class}-offset-#{$i} {
61
36
  margin-left: percentage(($i / $mui-grid-columns));
@@ -72,7 +47,5 @@
72
47
  @mixin mui-make-grid($class) {
73
48
  @include mui-float-grid-columns($class);
74
49
  @include mui-loop-grid-columns($mui-grid-columns, $class, 'width');
75
- @include mui-loop-grid-columns($mui-grid-columns, $class, 'pull');
76
- @include mui-loop-grid-columns($mui-grid-columns, $class, 'push');
77
50
  @include mui-loop-grid-columns($mui-grid-columns, $class, 'offset');
78
51
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Tarasov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-01-13 00:00:00.000000000 Z
11
+ date: 2016-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass