compass-inuit 4.3.5 → 4.3.6

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.
@@ -83,3 +83,20 @@
83
83
  */
84
84
  .accessibility { position:absolute; left:-99999px; }
85
85
  [dir=rtl] .accessibility { left:auto; right:-99999px; }
86
+
87
+
88
+ /**
89
+ * Hide content based on breakpoint
90
+ */
91
+ .hide{
92
+ position:absolute;
93
+ left:-9999px;
94
+ }
95
+ @each $state in palm, lap, portable, desk{
96
+ @include media-query(#{$state}){
97
+ .hide--#{$state}{
98
+ position:absolute;
99
+ left:-9999px;
100
+ }
101
+ }
102
+ }
@@ -39,9 +39,9 @@ $brand-round: 4px!default;
39
39
  * Responsiveness?
40
40
  * Tell inuit.css when breakpoints start, in pixels.
41
41
  */
42
- $responsive: true;
43
- $lap-start: 481px;
44
- $desk-start: 1024px;
42
+ $responsive: true!default;
43
+ $lap-start: 481px!default;
44
+ $desk-start: 1024px!default;
45
45
 
46
46
 
47
47
  /**
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-inuit
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.5
4
+ version: 4.3.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: