compass-aurora 0.4 → 0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,6 @@ extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
6
6
  Compass::Frameworks.register('aurora', :path => extension_path)
7
7
 
8
8
  module Aurora
9
- VERSION = "0.4"
9
+ VERSION = "0.5"
10
10
  DATE = "2012-08-1"
11
11
  end
@@ -16,6 +16,10 @@ file '../shared/_extendables.scss', :like => :stylesheet, :to => 'partials/globa
16
16
 
17
17
  file '../shared/_style-guide.scss', :like => :stylesheet, :to => 'partials/styleguide/_style-guide.scss'
18
18
 
19
+ file '../shared/_ie-style-guide.scss', :like => :stylesheet, :to => 'partials/styleguide/_ie-style-guide.scss'
20
+
21
+ file '../shared/_print-style-guide.scss', :like => :stylesheet, :to => 'partials/styleguide/_print-style-guide.scss'
22
+
19
23
  file '../shared/_layout.scss', :like => :stylesheet, :to => 'partials/layout/_layout.scss'
20
24
  file '../shared/_ie-layout.scss', :like => :stylesheet, :to => 'partials/layout/_ie-layout.scss'
21
25
  file '../shared/_print-layout.scss', :like => :stylesheet, :to => 'partials/layout/_print-layout.scss'
@@ -1,6 +1,6 @@
1
1
  ////////////////////////
2
2
  // Extendables Partials
3
3
  //
4
- // All of your extendable classes, ids, and silent extendables
4
+ // All of your extendable classes, ids, and placeholder extendables
5
5
  // should go in this file.
6
6
  ////////////////////////
@@ -0,0 +1,10 @@
1
+ ////////////////////////
2
+ // Style Guide Partials
3
+ //
4
+ // Write a Style Guide for your website, building sub folders and partials
5
+ // in this folder, with everything being imported, in casading order,
6
+ // into this file.
7
+ //
8
+ // All IE Style Guide selectors should go in here, regardless of layout or design
9
+ // (but separating the two in here is a good idea).
10
+ ////////////////////////
@@ -0,0 +1,10 @@
1
+ ////////////////////////
2
+ // Style Guide Partials
3
+ //
4
+ // Write a Style Guide for your website, building sub folders and partials
5
+ // in this folder, with everything being imported, in casading order,
6
+ // into this file.
7
+ //
8
+ // All Print Style Guide selectors should go in here, regardless of layout or design
9
+ // (but separating the two in here is a good idea).
10
+ ////////////////////////
@@ -15,7 +15,7 @@
15
15
  ////////////////////////
16
16
  // Import Style Guide
17
17
  ////////////////////////
18
- @import 'partials/styleguide/style-guide';
18
+ @import 'partials/styleguide/ie-style-guide';
19
19
 
20
20
  ////////////////////////
21
21
  // Import Layout
@@ -15,7 +15,7 @@
15
15
  ////////////////////////
16
16
  // Import Style Guide
17
17
  ////////////////////////
18
- @import 'partials/styleguide/style-guide';
18
+ @import 'partials/styleguide/print-style-guide';
19
19
 
20
20
  ////////////////////////
21
21
  // Import Layout
metadata CHANGED
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 4
8
- version: "0.4"
7
+ - 5
8
+ version: "0.5"
9
9
  platform: ruby
10
10
  authors:
11
11
  - Sam Richard
@@ -41,8 +41,8 @@ dependencies:
41
41
  segments:
42
42
  - 0
43
43
  - 1
44
- - 10
45
- version: 0.1.10
44
+ - 12
45
+ version: 0.1.12
46
46
  type: :runtime
47
47
  version_requirements: *id002
48
48
  - !ruby/object:Gem::Dependency
@@ -80,10 +80,12 @@ files:
80
80
  - templates/shared/_functions.scss
81
81
  - templates/shared/_ie-design.scss
82
82
  - templates/shared/_ie-layout.scss
83
+ - templates/shared/_ie-style-guide.scss
83
84
  - templates/shared/_layout.scss
84
85
  - templates/shared/_mixins.scss
85
86
  - templates/shared/_print-design.scss
86
87
  - templates/shared/_print-layout.scss
88
+ - templates/shared/_print-style-guide.scss
87
89
  - templates/shared/_style-guide.scss
88
90
  - templates/shared/_variables.scss
89
91
  - templates/shared/aurora.info.erb