ionica 0.3.0 → 0.3.1
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.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/ionica.sass +2 -2
- data/lib/ionica/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed6e5a6ffcc115f5a476c5ce35052014a29194db
|
4
|
+
data.tar.gz: d663883ce3e8c350f24a46b82896319d72ce5636
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/lib/ionica/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2014-12-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|