compass-excess 0.1.1 → 0.2.0

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: e69e3d2a02ad15331a8074dd02395594dcdaab28
4
- data.tar.gz: 5c20443fd7f62351d8244447bc5cddb13f91ec80
3
+ metadata.gz: 5100fa9b91830efd40cdb2a420b25d9dc1ee815b
4
+ data.tar.gz: 9bd268bc0279d4e39c260a35ef967374d58552ef
5
5
  SHA512:
6
- metadata.gz: b116f54e4498babf87cea3bdc89a227c3b9906d1a66086cd36816e9e9928f70c06bb85efbe8ffdab238b7f9209640aafb84e4c33478bb7d81d4face2974e2221
7
- data.tar.gz: e2096ad0c0f472c6d4e51e6470da5c3c1f177935c86b55ad132944a3f7d27fabbf802f7d295af8ffe88e82c1f70397993e54011303a71ce74cbe0cadaeae5087
6
+ metadata.gz: b4cdef88926853a83f6b4eb12346b4e24f4cb2fafe316f59d6a90693f1c90256791a1275e0ffe575e4b7d9038de869af0d48f45b281715b27eef5c00c4777229
7
+ data.tar.gz: a40255be085740c61943cdeb89cb09ef2ec4b5af2471d4d63bee8b3d7dc8b3658f624fa7eb9ef1aa1b1d26ca8e896f176b2563d2bfc09d6ac298e840349d37cd
@@ -1,5 +1,5 @@
1
1
  module Compass
2
2
  module Excess
3
- VERSION = '0.1.1'
3
+ VERSION = '0.2.0'
4
4
  end
5
5
  end
@@ -1,13 +1,14 @@
1
1
  $breakpoints: (
2
- smartphone_small: 320px,
3
- smartphone_medium: 375px,
4
- iphone_six_plus: 414px,
5
- smartphone_large: 480px,
6
- tablet_small: 640px,
7
- tablet_smallish: 700px,
8
- tablet_medium: 750px,
9
- tablet_large: 768px,
10
- desktop_small: 960px,
11
- desktop_medium: 1164px,
12
- desktop_large: 1280px
2
+ smartphone_small: 320px,
3
+ smartphone_medium: 375px,
4
+ iphone_six_plus: 414px,
5
+ smartphone_large: 480px,
6
+ tablet_small: 640px,
7
+ tablet_smallish: 700px,
8
+ tablet_medium: 750px,
9
+ tablet_large: 768px,
10
+ desktop_small: 800px,
11
+ desktop_medium: 960px,
12
+ desktop_large: 1164px,
13
+ desktop_larger: 1280px
13
14
  );
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-excess
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Darlow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-08 00:00:00.000000000 Z
11
+ date: 2016-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass