ionica 0.3.0 → 0.3.1

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: 96720b8149d55212b3032c7e17b8f71b3f1f2dcd
4
- data.tar.gz: 7175b80a092212837dec063b298f05d1321e075b
3
+ metadata.gz: ed6e5a6ffcc115f5a476c5ce35052014a29194db
4
+ data.tar.gz: d663883ce3e8c350f24a46b82896319d72ce5636
5
5
  SHA512:
6
- metadata.gz: c96f33733c826b46bd5cfe6d8734fd702249e9c3f408d299d451e370a5617b005d12f7320578b7058d2608efa384b65756e725336180767b85a3b003c98fdd17
7
- data.tar.gz: 44509c7f8a52eab9b15af2c35f35ff55101034f05864310490a06fe21040886eaefef1798809fc4481f6aa68301223ffb56493bf95a82c7e9431d0a4e18be865
6
+ metadata.gz: 0e10f7b6f447a002e6a00361b77db3ed77ebded793d9bfff29ef66a5d035e98a3e7a0ca27eca552ce1720a37b4b818f1d6d49e3341302855d4cc29eaf1f8e56a
7
+ data.tar.gz: ab0975798695e02a4b3207c1bdea3a94f8451c36d66359a681508741f1638c93dfed3823f0091a24a4363d32b72866a8726dfa16eac350fa6fe5326b794e8fab
@@ -200,14 +200,14 @@ $DEFAULT_CLASSNAME: "amplify-ionica-grid-default-classname"
200
200
 
201
201
  @mixin w-resolution-or-orientation($r, $o)
202
202
  @if is-not-null($r)
203
- @include w-lte($r)
203
+ @include _ionica-w-lte($r)
204
204
  @content
205
205
 
206
206
  @if is-not-null($o)
207
207
  @include w-orientation($o)
208
208
  @content
209
209
 
210
- @mixin w-lte($resolution)
210
+ @mixin _ionica-w-lte($resolution)
211
211
  @media only screen and (max-width: #{$resolution}px)
212
212
  @content
213
213
 
@@ -1,4 +1,4 @@
1
1
  module Ionica
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ionica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomislav Pesut
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-12-02 00:00:00.000000000 Z
12
+ date: 2014-12-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties