codelation_assets 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e93bec66b6bcb13f4f656cccd2072dfb242ca3e9
4
- data.tar.gz: 3476ce2acb72606b646f38479026b36de2fd1518
3
+ metadata.gz: 5fe5ba191007890dde0a7aa65c3c0b312fc91ed7
4
+ data.tar.gz: 743255dd4b5853177d2cce18dd987162376d03d6
5
5
  SHA512:
6
- metadata.gz: e73952871559aa7db17f2926787ffcb38bd356ee9680b19c44afc1531b4a2ff6f3f3be38b234d6e840c37db55b89949c016bdc6b9e71bb739e32d0034bd9db82
7
- data.tar.gz: c59beab4ab272892e9f66724b477f40966cf65edaa7e33e5ea145fb1eaf8cc27c1a709564992506827e23d54da389aef034ad71e7379c6b49b3c1f4daecff1a6
6
+ metadata.gz: 1d093f756ec9478719c5a9b74073d6c85a2fbc293a9b4ecc585d77593d26721af96467549ef2ed43d051d6bdd58cce7122a368c14258f5d345cec4386dd97994
7
+ data.tar.gz: 9243935b79ca19225f53317ae6c0f3e3ebab29d3f5c117a5f6453c17465b2445eea7391a97830bb0fc721cc68670eaf8360ff4726ff4b5f6a62b9cad0f50db4b
@@ -10,7 +10,7 @@
10
10
  column-count: $columns; // Used as a reference for JavaScript functions
11
11
  padding: $margin 0 0 $margin;
12
12
 
13
- > * {
13
+ > *:not(script) {
14
14
  @include flex(1 1 auto);
15
15
  margin: 0 $margin $margin 0;
16
16
  width: (1 / $columns) * 85%;
@@ -23,7 +23,7 @@
23
23
  }
24
24
 
25
25
  @media (max-width: $mobile-breakpoint) {
26
- > * {
26
+ > *:not(script) {
27
27
  width: 100%;
28
28
 
29
29
  &:empty {
@@ -8,7 +8,7 @@
8
8
  @include flex-wrap(nowrap);
9
9
  @include justify-content(flex-start);
10
10
 
11
- > * {
11
+ > *:not(script) {
12
12
  @if $grow {
13
13
  @include flex(1 1 auto);
14
14
  }
@@ -45,7 +45,7 @@
45
45
  @media (max-width: $mobile-breakpoint) {
46
46
  @include flex-wrap(wrap);
47
47
 
48
- > * {
48
+ > *:not(script) {
49
49
  margin-bottom: $gutter;
50
50
  margin-right: 0;
51
51
  width: 100%;
@@ -10,7 +10,7 @@
10
10
  @include justify-content(space-around);
11
11
  column-count: $columns; // Used as a reference for JavaScript functions
12
12
 
13
- > * {
13
+ > *:not(script) {
14
14
  @include flex(1 1 auto);
15
15
 
16
16
  @if $gutter == 0 {
@@ -53,7 +53,7 @@
53
53
  }
54
54
 
55
55
  @media (max-width: $mobile-breakpoint) {
56
- > * {
56
+ > *:not(script) {
57
57
  margin-bottom: $gutter;
58
58
  margin-right: 0;
59
59
  margin-top: 0;
@@ -1,3 +1,3 @@
1
1
  module CodelationAssets
2
- VERSION = "0.3.5".freeze
2
+ VERSION = "0.3.6".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codelation_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Pattison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-01 00:00:00.000000000 Z
11
+ date: 2016-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails