compass-excess 0.2.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5100fa9b91830efd40cdb2a420b25d9dc1ee815b
4
- data.tar.gz: 9bd268bc0279d4e39c260a35ef967374d58552ef
3
+ metadata.gz: e4bf6674162e38d48c53cfbae775e07083e9fabd
4
+ data.tar.gz: aa965f70cbda90e9219c56245f84ee89d5810a80
5
5
  SHA512:
6
- metadata.gz: b4cdef88926853a83f6b4eb12346b4e24f4cb2fafe316f59d6a90693f1c90256791a1275e0ffe575e4b7d9038de869af0d48f45b281715b27eef5c00c4777229
7
- data.tar.gz: a40255be085740c61943cdeb89cb09ef2ec4b5af2471d4d63bee8b3d7dc8b3658f624fa7eb9ef1aa1b1d26ca8e896f176b2563d2bfc09d6ac298e840349d37cd
6
+ metadata.gz: 299132fa53374046e113fe4dc8bfcc4ecda35a2822857da8cf8e19d23c2422697f8a24c320d36df3fcf37b8ad95af592423aba465e59500376a29fd0e69e9591
7
+ data.tar.gz: 12188c1c484cb761e0d8b40c0be5c7a77619bf9aac6c85548f714acd0f1316b496857fa09a24adfc02f2138629ec91c62a4b0db80d576020a80b6394305bbcb4
@@ -1,5 +1,5 @@
1
1
  module Compass
2
2
  module Excess
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
@@ -50,6 +50,6 @@
50
50
  } // @mixin between-widths
51
51
 
52
52
  @mixin desktop-width {
53
- max-width: breakpoint(desktop_small);
53
+ max-width: breakpoint(desktop_medium);
54
54
  margin: 0 auto;
55
55
  } // @mixin desktop-width
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-excess
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Darlow