respondsass 0.0.3 → 0.0.4

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.
@@ -0,0 +1,9 @@
1
+ $primaryColor: #007fac;
2
+ $secondaryColor: #f28411;
3
+ $primaryFontColor: #222222;
4
+ $secondaryFontColor: #ffffff;
5
+ $fontFamily: HelveticaNeue, Calibri, sans-serif;
6
+
7
+
8
+ @import "compass/reset";
9
+ @import "respondsass";
@@ -1,3 +1 @@
1
-
2
- @import "compass/reset";
3
- @import "respondsass";
1
+ @import "base";
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: respondsass
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Walker
@@ -62,6 +62,7 @@ files:
62
62
  - lib/respondsass.rb
63
63
  - templates/project/manifest.rb
64
64
  - templates/project/screen.scss
65
+ - templates/project/_base.scss
65
66
  - stylesheets/_respondsass.scss
66
67
  - stylesheets/respondsass/_baseline.scss
67
68
  - stylesheets/respondsass/_buttons.scss