compass-inuit 4.5.5 → 4.5.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,8 +29,6 @@ $global-border-box: true!default;
29
29
  $batch: false!default;
30
30
 
31
31
 
32
- /**
33
-
34
32
  /**
35
33
  * Base stuff
36
34
  */
@@ -48,7 +46,12 @@ $brand-round: 4px!default;
48
46
  * Responsiveness?
49
47
  */
50
48
  $responsive: true!default;
51
- $flexible-media: true!default;
49
+
50
+ /**
51
+ * Responsiveness for widescreen/high resolution desktop monitors and beyond?
52
+ * Note: $responsive parameter above must be enabled before enabling this.
53
+ */
54
+ $responsive-extra: false!default;
52
55
 
53
56
  /**
54
57
  * Responsive push and pull produce a LOT of code, only turn them on if you
@@ -62,6 +65,7 @@ $responsive-pull: false!default;
62
65
  */
63
66
  $lap-start: 481px!default;
64
67
  $desk-start: 1024px!default;
68
+ $desk-wide-start: 1200px!default;
65
69
 
66
70
 
67
71
  /**
@@ -1,6 +1,6 @@
1
1
  # Make sure you list all the project template files here in the manifest.
2
- stylesheet 'sass/style.scss', :media => 'screen, projection'
3
- stylesheet 'sass/_vars.scss'
2
+ stylesheet 'style.scss', :media => 'screen, projection'
3
+ stylesheet '_vars.scss'
4
4
  html 'index.html'
5
5
  file 'config.rb'
6
6
  file 'watch.sh'
File without changes
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.5.5
4
+ version: 4.5.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -94,11 +94,11 @@ files:
94
94
  - templates/batch/assets/batch/batch.woff
95
95
  - templates/batch/assets/batch/batch_webfont_reference.pdf
96
96
  - templates/batch/manifest.rb
97
+ - templates/project/_vars.scss
97
98
  - templates/project/config.rb
98
99
  - templates/project/index.html
99
100
  - templates/project/manifest.rb
100
- - templates/project/sass/_vars.scss
101
- - templates/project/sass/style.scss
101
+ - templates/project/style.scss
102
102
  - templates/project/watch.sh
103
103
  homepage: http://github.com/stephenway/compass-intuit
104
104
  licenses: []