simpodSass 0.0.5 → 0.0.6

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.
@@ -0,0 +1,13 @@
1
+ .clearfix:before,
2
+ .clearfix:after {
3
+ content: "";
4
+ display: table;
5
+ }
6
+
7
+ .clearfix:after {
8
+ clear: both;
9
+ }
10
+
11
+ //.clearfix {
12
+ // zoom:1; /* For IE 6/7 (trigger hasLayout) */
13
+ //}
@@ -1,6 +1,11 @@
1
1
  @import "compass/reset";
2
2
  @import "compass/css3";
3
3
 
4
+ html, body {
5
+ height: 100%;
6
+ margin: 0;
7
+ padding: 0;
8
+ }
4
9
 
5
10
  *, *:before, *:after,
6
11
  .border-box, .border-box *, .border-box *:before, .border-box *:after {
@@ -0,0 +1,11 @@
1
+ .verticalCenter {
2
+ display: table;
3
+ width: 100%;
4
+ height: 100%;
5
+ }
6
+
7
+ .verticalCenter_content {
8
+ display: table-cell;
9
+ height: 100%;
10
+ vertical-align: middle;
11
+ }
@@ -11,23 +11,47 @@
11
11
  @mixin hover-focus-active() {
12
12
  &:hover,
13
13
  &:focus,
14
- &:active { @content }
14
+ &:active {
15
+ @content
16
+ }
15
17
  }
16
18
 
17
19
  @mixin placeholderColor($color) {
18
20
 
19
- ::-webkit-input-placeholder { /* WebKit browsers */
21
+ ::-webkit-input-placeholder {
22
+ /* WebKit browsers */
20
23
  color: $color;
21
24
  }
22
- :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
25
+ :-moz-placeholder {
26
+ /* Mozilla Firefox 4 to 18 */
23
27
  color: $color;
24
28
  opacity: 1;
25
29
  }
26
- ::-moz-placeholder { /* Mozilla Firefox 19+ */
30
+ ::-moz-placeholder {
31
+ /* Mozilla Firefox 19+ */
27
32
  color: $color;
28
33
  opacity: 1;
29
34
  }
30
- :-ms-input-placeholder { /* Internet Explorer 10+ */
35
+ :-ms-input-placeholder {
36
+ /* Internet Explorer 10+ */
31
37
  color: $color;
32
38
  }
33
39
  }
40
+
41
+ .oflowAuto {
42
+ overflow: auto;
43
+ }
44
+
45
+ @for $i from 0 through 100 {
46
+ .bottom#{$i} {
47
+ margin-bottom: $i+px;
48
+ }
49
+ }
50
+
51
+ .pRel {
52
+ position: relative;
53
+ }
54
+
55
+ .pAbs {
56
+ position: absolute;
57
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simpodSass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Šimon Podlipský
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-26 00:00:00.000000000 Z
11
+ date: 2014-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -50,7 +50,9 @@ files:
50
50
  - stylesheets/simpodSass/_colors.scss
51
51
  - stylesheets/simpodSass/_flex.scss
52
52
  - stylesheets/simpodSass/_font.scss
53
+ - stylesheets/simpodSass/_helpers.scss
53
54
  - stylesheets/simpodSass/_init.scss
55
+ - stylesheets/simpodSass/_layout.scss
54
56
  - stylesheets/simpodSass/_modifiers.scss
55
57
  homepage: https://github.com/simPod/simpodSass
56
58
  licenses:
@@ -73,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
75
  version: '1.2'
74
76
  requirements: []
75
77
  rubyforge_project: simpodSass
76
- rubygems_version: 2.0.14
78
+ rubygems_version: 2.4.2
77
79
  signing_key:
78
80
  specification_version: 4
79
81
  summary: Sass pack with usefull mixins and variables