compass-aurora 0.4 → 0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/aurora.rb +1 -1
- data/templates/project/manifest.rb +4 -0
- data/templates/shared/_extendables.scss +1 -1
- data/templates/shared/_ie-style-guide.scss +10 -0
- data/templates/shared/_print-style-guide.scss +10 -0
- data/templates/shared/ie.scss +1 -1
- data/templates/shared/print.scss +1 -1
- metadata +6 -4
data/lib/aurora.rb
CHANGED
@@ -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'
|
@@ -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
|
+
////////////////////////
|
data/templates/shared/ie.scss
CHANGED
data/templates/shared/print.scss
CHANGED
metadata
CHANGED
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 0
|
7
|
-
-
|
8
|
-
version: "0.
|
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
|
-
-
|
45
|
-
version: 0.1.
|
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
|