compass-aurora 3.0.0.alpha.3 → 3.0.0.alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. data/lib/aurora.rb +2 -2
  2. data/{templates/corona → stylesheets/aurora}/_system.scss +0 -0
  3. data/templates/corona/manifest.rb +19 -27
  4. data/templates/corona/{_base.scss → partials/base/_base.scss} +0 -0
  5. data/templates/corona/{_variables.scss → partials/base/_variables.scss} +0 -0
  6. data/templates/corona/{_design.scss → partials/design/_design.scss} +0 -1
  7. data/templates/corona/{_defaults.scss → partials/global/_defaults.scss} +0 -2
  8. data/templates/corona/{_forms.scss → partials/global/_forms.scss} +4 -4
  9. data/templates/corona/{_global.scss → partials/global/_global.scss} +0 -0
  10. data/templates/corona/{_type.scss → partials/global/_type.scss} +0 -0
  11. data/templates/corona/style.scss +1 -3
  12. data/templates/{singularity → polaris}/manifest.rb +12 -13
  13. data/templates/{singularity → polaris/partials/global}/_base.scss +0 -10
  14. data/templates/polaris/partials/layouts/_layouts.scss +6 -0
  15. data/templates/polaris/partials/modules/_modules.scss +6 -0
  16. data/templates/polaris/partials/states/_state.scss +6 -0
  17. data/templates/polaris/partials/styleguide/_styleguide.scss +19 -0
  18. data/templates/polaris/print.scss +16 -0
  19. data/templates/polaris/style.scss +39 -0
  20. data/templates/project/manifest.rb +11 -12
  21. data/templates/project/partials/design/_design.scss +8 -0
  22. data/templates/project/partials/global/_base.scss +22 -0
  23. data/templates/project/partials/layout/_layout.scss +8 -0
  24. data/templates/project/partials/styleguide/_style-guide.scss +18 -0
  25. data/templates/project/print.scss +16 -0
  26. data/templates/{shared → project}/style.scss +1 -3
  27. data/templates/shared/Gemfile.txt +1 -1
  28. data/templates/shared/Gruntfile.js +41 -0
  29. data/templates/shared/aurora.info.erb +1 -0
  30. data/templates/shared/gitignore.txt +1 -0
  31. data/templates/shared/package.json.erb +14 -0
  32. metadata +27 -19
  33. data/templates/project/_base.scss +0 -33
  34. data/templates/shared/_design.scss +0 -9
  35. data/templates/shared/_layout.scss +0 -9
  36. data/templates/shared/_style-guide.scss +0 -10
  37. data/templates/shared/print.scss +0 -0
@@ -7,6 +7,6 @@ extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
7
7
  Compass::Frameworks.register('aurora', :path => extension_path)
8
8
 
9
9
  module Aurora
10
- VERSION = "3.0.0.alpha.3"
11
- DATE = "2013-04-30"
10
+ VERSION = "3.0.0.alpha.4"
11
+ DATE = "2013-05-03"
12
12
  end
@@ -1,47 +1,35 @@
1
1
  description "Aurora Base Theme"
2
2
  no_configuration_file!
3
3
 
4
+ # Add in custom config file.
5
+ file '../shared/config.rb.erb', :to => "config.rb", :erb => true
6
+
7
+ # Add in README
8
+ file '../shared/README-Sass.md', :like => :stylesheet, :to => 'README.md'
9
+ file '../shared/README-Partials.md', :like => :stylesheet, :to => 'partials/README.md'
10
+ file '../shared/README-templates.md', :to => "templates/README.md"
11
+
4
12
  # ERB ALL the Drupal files!
5
13
  file '../shared/aurora.info.erb', :to => "#{options[:project_name] || File.basename(Compass.configuration.project_path)}.info", :erb => true
6
14
 
7
15
  file '../shared/template.php.erb', :to => "template.php", :erb => true
8
16
 
9
- # Add in custom config file.
10
- file '../shared/config.rb.erb', :to => "config.rb", :erb => true
11
-
12
17
  # Stylesheets
13
- file 'style.scss', :like => :stylesheet, :media => 'screen, projection', :to => 'style.scss'
14
- file 'maintenance.scss', :like => :stylesheet, :media => 'screen, projection', :to => 'maintenance.scss'
15
- file 'print.scss', :like => :stylesheet, :media => 'print', :to => 'print.scss'
18
+ discover :stylesheets
16
19
 
17
- # Base partials: Settings and the like.
18
- file '_base.scss', :like => :stylesheet, :to => 'partials/base/_base.scss'
19
- file '_variables.scss', :like => :stylesheet, :to => 'partials/base/_variables.scss'
20
20
  file '../shared/_functions.scss', :like => :stylesheet, :to => 'partials/base/_functions.scss'
21
21
  file '../shared/_mixins.scss', :like => :stylesheet, :to => 'partials/base/_mixins.scss'
22
22
 
23
- # Global partials: Form elements, typeface, etc.
24
- file '_global.scss', :like => :stylesheet, :to => 'partials/global/_global.scss'
25
- file '_defaults.scss', :like => :stylesheet, :to => 'partials/global/_defaults.scss'
26
- file '_forms.scss', :like => :stylesheet, :to => 'partials/global/_forms.scss'
27
- file '_type.scss', :like => :stylesheet, :to => 'partials/global/_type.scss'
28
23
  file '../shared/_extendables.scss', :like => :stylesheet, :to => 'partials/global/_extendables.scss'
29
24
 
30
- # Design partial: Just a place for design elements to be put in.
31
- file '_design.scss', :like => :stylesheet, :to => 'partials/design/_design.scss'
32
-
33
- # Add in READMEs for n00bs.
34
- file '../shared/README-Sass.md', :like => :stylesheet, :to => 'README.md'
35
- file '../shared/README-Partials.md', :like => :stylesheet, :to => 'partials/README.md'
36
- file '../shared/README-templates.md', :to => "tpl/README.md", :erb => true
37
-
38
- # Template file folder
39
- file '../shared/README-templates.md', :to => "tpl/README.md", :erb => true
40
-
41
- # Bower Awesomesauce
25
+ # Bower's for the Birds
42
26
  file '../shared/bowerrc.txt', :to => '.bowerrc'
43
27
  file '../shared/component.json.erb', :to => 'component.json', :erb => true
44
28
 
29
+ # Grunt's for the Boars
30
+ file '../shared/Gruntfile.js', :to => 'Gruntfile.js'
31
+ file '../shared/package.json.erb', :to => 'package.json', :erb => true
32
+
45
33
  # Developer Consistency
46
34
  file '../shared/Gemfile.txt', :to => 'Gemfile'
47
35
  file '../shared/editorconfig.txt', :to => '.editorconfig'
@@ -56,8 +44,12 @@ help %Q{
56
44
  welcome_message %Q{
57
45
  Corona based Aurora Subtheme.
58
46
 
59
- Please run `bundle install` from inside your new subtheme to isntall the required dependenecies. This will create a Gemfile.lock file, add this to your version control.
47
+ See http://snugug.github.io/Aurora/ for full documentation.
48
+
49
+ Please run `bundle install` from inside your new subtheme to install the required dependencies. This will create a Gemfile.lock file, add this to your version control.
60
50
 
61
51
  When you are ready start compiling, run `bundle exec compass watch` instead of simply `compass watch` to ensure you are compiling using your dependent Compass extensions.
52
+
53
+ Alternatively, if you are using Grunt, simply run `grunt watch` to compile and start LiveReload.
62
54
  }
63
55
 
@@ -3,4 +3,3 @@
3
3
  */
4
4
 
5
5
  // @import 'defaults';
6
-
@@ -1,5 +1,3 @@
1
1
  /**
2
2
  * Defaults: For any general elements to apply to the whole page.
3
3
  */
4
-
5
-
@@ -38,11 +38,11 @@ input[type="button"] {
38
38
 
39
39
 
40
40
  &:hover {
41
-
41
+
42
42
  }
43
43
 
44
44
  &:active {
45
-
45
+
46
46
  }
47
47
  }
48
48
 
@@ -53,10 +53,10 @@ textarea,
53
53
  select {
54
54
 
55
55
  &:focus {
56
-
56
+
57
57
  }
58
58
  }
59
59
 
60
60
  input[type="checkbox"] {
61
-
61
+
62
62
  }
@@ -1,9 +1,7 @@
1
1
  ////////////////////////
2
2
  // Style File
3
3
  //
4
- // This file gets turned into style.css. This file should really
5
- // hold nothing except for imports of your base, layout, and design
6
- // partials, plus the mixins required to kickstart Aura and Style Guide.
4
+ // This file gets turned into style.css. This file should really hold nothing except for imports of your base, global, and design partials.
7
5
  ////////////////////////
8
6
 
9
7
  ////////////////////////
@@ -15,26 +15,21 @@ file '../shared/aurora.info.erb', :to => "#{options[:project_name] || File.basen
15
15
  file '../shared/template.php.erb', :to => "template.php", :erb => true
16
16
 
17
17
  # Stylesheets
18
- file '../shared/style.scss', :like => :stylesheet, :media => 'all', :to => 'style.scss'
18
+ discover :stylesheets
19
19
 
20
- file '_base.scss', :like => :stylesheet, :to => 'partials/global/_base.scss'
21
20
  file '../shared/_variables.scss', :like => :stylesheet, :to => 'partials/global/_variables.scss'
22
21
  file '../shared/_functions.scss', :like => :stylesheet, :to => 'partials/global/_functions.scss'
23
22
  file '../shared/_mixins.scss', :like => :stylesheet, :to => 'partials/global/_mixins.scss'
24
23
  file '../shared/_extendables.scss', :like => :stylesheet, :to => 'partials/global/_extendables.scss'
25
24
 
26
- file '../shared/_style-guide.scss', :like => :stylesheet, :to => 'partials/styleguide/_style-guide.scss'
27
-
28
- file '../shared/_layout.scss', :like => :stylesheet, :to => 'partials/layout/_layout.scss'
29
-
30
- file '../shared/_design.scss', :like => :stylesheet, :to => 'partials/design/_design.scss'
31
-
32
- file '../shared/print.scss', :like => :stylesheet, :to => 'print.scss'
33
-
34
- # Bower Awesomesauce
25
+ # Bower's for the Birds
35
26
  file '../shared/bowerrc.txt', :to => '.bowerrc'
36
27
  file '../shared/component.json.erb', :to => 'component.json', :erb => true
37
28
 
29
+ # Grunt's for the Boars
30
+ file '../shared/Gruntfile.js', :to => 'Gruntfile.js'
31
+ file '../shared/package.json.erb', :to => 'package.json', :erb => true
32
+
38
33
  # Developer Consistency
39
34
  file '../shared/Gemfile.txt', :to => 'Gemfile'
40
35
  file '../shared/editorconfig.txt', :to => '.editorconfig'
@@ -47,9 +42,13 @@ help %Q{
47
42
  }
48
43
 
49
44
  welcome_message %Q{
50
- Singularity based Aurora Subtheme.
45
+ Polaris based Aurora Subtheme.
46
+
47
+ See http://snugug.github.io/Aurora/ for full documentation.
51
48
 
52
- Please run `bundle install` from inside your new subtheme to isntall the required dependenecies. This will create a Gemfile.lock file, add this to your version control.
49
+ Please run `bundle install` from inside your new subtheme to install the required dependencies. This will create a Gemfile.lock file, add this to your version control.
53
50
 
54
51
  When you are ready start compiling, run `bundle exec compass watch` instead of simply `compass watch` to ensure you are compiling using your dependent Compass extensions.
52
+
53
+ Alternatively, if you are using Grunt, simply run `grunt watch` to compile and start LiveReload
55
54
  }
@@ -8,16 +8,6 @@
8
8
  // Toolkit imports all of Compass, so there is no need to import it separately.
9
9
  ////////////////////////
10
10
 
11
- //////////////////////////////
12
- // CSS Resets
13
- //
14
- // Choose your CSS Reset method:
15
- // If you'd like a hard reset, uncomment `compass/reset`.
16
- // If you'd prefer a soft reset, uncomment `compass-normalize`
17
- //////////////////////////////
18
- // @import 'compass/rest';
19
- // @import 'compass-normalize';
20
-
21
11
  ////////////////////////
22
12
  // Compass Extensions
23
13
  ////////////////////////
@@ -0,0 +1,6 @@
1
+ ////////////////////////
2
+ // Layouts Partials
3
+ //
4
+ // Your SMACSS Layouts go here
5
+ // Build sub folders and partials in this folder, with everything being imported, in cascading order, into this file.
6
+ ////////////////////////
@@ -0,0 +1,6 @@
1
+ ////////////////////////
2
+ // Module Partials
3
+ //
4
+ // Your SMACSS Modules go here
5
+ // Build sub folders and partials in this folder, with everything being imported, in cascading order, into this file.
6
+ ////////////////////////
@@ -0,0 +1,6 @@
1
+ ////////////////////////
2
+ // States Partials
3
+ //
4
+ // Your SMACSS States go here
5
+ // Build sub folders and partials in this folder, with everything being imported, in cascading order, into this file.
6
+ ////////////////////////
@@ -0,0 +1,19 @@
1
+ ////////////////////////
2
+ // Style Guide Partials
3
+ //
4
+ // Your Style Guide
5
+ // Build sub folders and partials in this folder, with everything being imported, in cascading order, into this file.
6
+ //
7
+ // All Style Guide selectors should go in here, regardless of layout or design (but separating the two in here is a good idea).
8
+ ////////////////////////
9
+
10
+
11
+ //////////////////////////////
12
+ // CSS Resets
13
+ //
14
+ // Choose your CSS Reset method:
15
+ // If you'd like a hard reset, uncomment `compass/reset`.
16
+ // If you'd prefer a soft reset, uncomment `compass-normalize`
17
+ //////////////////////////////
18
+ // @import 'compass/rest';
19
+ // @import 'compass-normalize';
@@ -0,0 +1,16 @@
1
+ ////////////////////////
2
+ // Print File
3
+ //
4
+ // This file gets turned into print.css.
5
+ // This file is styles specific to Printed files.
6
+ ////////////////////////
7
+
8
+ ////////////////////////
9
+ // Base Import
10
+ ////////////////////////
11
+ @import 'partials/global/base';
12
+
13
+
14
+ ////////////////////////
15
+ // Custom Code
16
+ ////////////////////////
@@ -0,0 +1,39 @@
1
+ ////////////////////////
2
+ // Style File
3
+ //
4
+ // This file gets turned into style.css. This file should really hold nothing except for imports of your base, style guide, layouts, modules, and states partials.
5
+ ////////////////////////
6
+
7
+ //////////////////////////////
8
+ // Legacy Support Setup
9
+ //////////////////////////////
10
+ $legacy-support-for-ie6: false;
11
+ $legacy-support-for-ie7: false;
12
+ $legacy-support-for-ie8: true;
13
+
14
+ $legacy-support-for-mozilla: false;
15
+
16
+ ////////////////////////
17
+ // Base Import
18
+ ////////////////////////
19
+ @import 'partials/global/base';
20
+
21
+ ////////////////////////
22
+ // Import Style Guide
23
+ ////////////////////////
24
+ @import 'partials/styleguide/style-guide';
25
+
26
+ ////////////////////////
27
+ // Import Layouts
28
+ ////////////////////////
29
+ @import 'partials/layouts/layouts';
30
+
31
+ ////////////////////////
32
+ // Import Modules
33
+ ////////////////////////
34
+ @import 'partials/modules/modules';
35
+
36
+ ////////////////////////
37
+ // Import States
38
+ ////////////////////////
39
+ @import 'partials/states/states';
@@ -15,26 +15,21 @@ file '../shared/aurora.info.erb', :to => "#{options[:project_name] || File.basen
15
15
  file '../shared/template.php.erb', :to => "template.php", :erb => true
16
16
 
17
17
  # Stylesheets
18
- file '../shared/style.scss', :like => :stylesheet, :media => 'all', :to => 'style.scss'
18
+ discover :stylesheets
19
19
 
20
- file '_base.scss', :like => :stylesheet, :to => 'partials/global/_base.scss'
21
20
  file '../shared/_variables.scss', :like => :stylesheet, :to => 'partials/global/_variables.scss'
22
21
  file '../shared/_functions.scss', :like => :stylesheet, :to => 'partials/global/_functions.scss'
23
22
  file '../shared/_mixins.scss', :like => :stylesheet, :to => 'partials/global/_mixins.scss'
24
23
  file '../shared/_extendables.scss', :like => :stylesheet, :to => 'partials/global/_extendables.scss'
25
24
 
26
- file '../shared/_style-guide.scss', :like => :stylesheet, :to => 'partials/styleguide/_style-guide.scss'
27
-
28
- file '../shared/_layout.scss', :like => :stylesheet, :to => 'partials/layout/_layout.scss'
29
-
30
- file '../shared/_design.scss', :like => :stylesheet, :to => 'partials/design/_design.scss'
31
-
32
- file '../shared/print.scss', :like => :stylesheet, :to => 'print.scss'
33
-
34
- # Bower Awesomesauce
25
+ # Bower's for the Birds
35
26
  file '../shared/bowerrc.txt', :to => '.bowerrc'
36
27
  file '../shared/component.json.erb', :to => 'component.json', :erb => true
37
28
 
29
+ # Grunt's for the Boars
30
+ file '../shared/Gruntfile.js', :to => 'Gruntfile.js'
31
+ file '../shared/package.json.erb', :to => 'package.json', :erb => true
32
+
38
33
  # Developer Consistency
39
34
  file '../shared/Gemfile.txt', :to => 'Gemfile'
40
35
  file '../shared/editorconfig.txt', :to => '.editorconfig'
@@ -49,7 +44,11 @@ help %Q{
49
44
  welcome_message %Q{
50
45
  Aurora Subtheme.
51
46
 
52
- Please run `bundle install` from inside your new subtheme to isntall the required dependenecies. This will create a Gemfile.lock file, add this to your version control.
47
+ See http://snugug.github.io/Aurora/ for full documentation.
48
+
49
+ Please run `bundle install` from inside your new subtheme to install the required dependencies. This will create a Gemfile.lock file, add this to your version control.
53
50
 
54
51
  When you are ready start compiling, run `bundle exec compass watch` instead of simply `compass watch` to ensure you are compiling using your dependent Compass extensions.
52
+
53
+ Alternatively, if you are using Grunt, simply run `grunt watch` to compile and start LiveReload.
55
54
  }
@@ -0,0 +1,8 @@
1
+ ////////////////////////
2
+ // Design Partials
3
+ //
4
+ // Separate your Layout from Design
5
+ // Build sub folders and partials in this folder, with everything being imported, in cascading order, into this file.
6
+ //
7
+ // All styling, non box model properties go here
8
+ ////////////////////////
@@ -0,0 +1,22 @@
1
+ ////////////////////////
2
+ // Base Partials
3
+ //
4
+ // These files will be shared across all three of your output CSS files. Generally included here are only Compass Extension imports and imports for variables, functions, mixins, and extendables.
5
+ //
6
+ // Toolkit imports all of Compass, so there is no need to import it separately.
7
+ ////////////////////////
8
+
9
+ ////////////////////////
10
+ // Compass Extensions
11
+ ////////////////////////
12
+ @import 'singularitygs';
13
+ @import 'toolkit';
14
+ @import 'sassy-buttons';
15
+
16
+ ////////////////////////
17
+ // Private Imports
18
+ ////////////////////////
19
+ @import 'variables';
20
+ @import 'functions';
21
+ @import 'mixins';
22
+ @import 'extendables';
@@ -0,0 +1,8 @@
1
+ ////////////////////////
2
+ // Layouts Partials
3
+ //
4
+ // Separate your Layout from Design
5
+ // Build sub folders and partials in this folder, with everything being imported, in cascading order, into this file.
6
+ //
7
+ // All box model properties go here
8
+ ////////////////////////
@@ -0,0 +1,18 @@
1
+ ////////////////////////
2
+ // Style Guide Partials
3
+ //
4
+ // Your Style Guide
5
+ // Build sub folders and partials in this folder, with everything being imported, in cascading order, into this file.
6
+ //
7
+ // All Style Guide selectors should go in here, regardless of layout or design (but separating the two in here is a good idea).
8
+ ////////////////////////
9
+
10
+ //////////////////////////////
11
+ // CSS Resets
12
+ //
13
+ // Choose your CSS Reset method:
14
+ // If you'd like a hard reset, uncomment `compass/reset`.
15
+ // If you'd prefer a soft reset, uncomment `compass-normalize`
16
+ //////////////////////////////
17
+ // @import 'compass/rest';
18
+ // @import 'compass-normalize';
@@ -0,0 +1,16 @@
1
+ ////////////////////////
2
+ // Print File
3
+ //
4
+ // This file gets turned into print.css.
5
+ // This file is styles specific to Printed files.
6
+ ////////////////////////
7
+
8
+ ////////////////////////
9
+ // Base Import
10
+ ////////////////////////
11
+ @import 'partials/global/base';
12
+
13
+
14
+ ////////////////////////
15
+ // Custom Code
16
+ ////////////////////////
@@ -1,9 +1,7 @@
1
1
  ////////////////////////
2
2
  // Style File
3
3
  //
4
- // This file gets turned into style.css. This file should really
5
- // hold nothing except for imports of your base, layout, and design
6
- // partials, plus the mixins required to kickstart Aura and Style Guide.
4
+ // This file gets turned into style.css. This file should really hold nothing except for imports of your base, style guide, layout, and design partials.
7
5
  ////////////////////////
8
6
 
9
7
  //////////////////////////////
@@ -2,7 +2,7 @@
2
2
  source 'https://rubygems.org'
3
3
 
4
4
  # ~> Refers to all versions of the given gem on the current full version number, so it will be able to use any version of Compass Aurora until Compass Aurora 4.x.x. For a specific version of a gem, remove the ~>
5
- gem 'compass-aurora', '~>3.0.0'
5
+ gem 'compass-aurora', '~>3.0.0.alpha'
6
6
  gem 'toolkit', '~>1.0.0'
7
7
  gem 'singularitygs', '~>1.0.7'
8
8
  gem 'breakpoint', '~>2.0.2'
@@ -0,0 +1,41 @@
1
+ 'use strict';
2
+
3
+ module.exports = function (grunt) {
4
+
5
+ grunt.initConfig({
6
+ watch: {
7
+ options: {
8
+ livereload: 9001
9
+ },
10
+ css: {
11
+ files: ['sass/*.scss'],
12
+ tasks: ['compass:watch']
13
+ }
14
+ },
15
+
16
+ compass: {
17
+ options: {
18
+ config: 'config.rb',
19
+ bundleExec: true
20
+ },
21
+ watch: {
22
+ environment: 'development'
23
+ },
24
+ build: {
25
+ environment: 'production'
26
+ }
27
+ }
28
+ });
29
+
30
+ grunt.event.on('watch', function(action, filepath) {
31
+ grunt.config(['compass:watch'], filepath);
32
+ });
33
+
34
+ grunt.loadNpmTasks('grunt-contrib-watch');
35
+ grunt.loadNpmTasks('grunt-contrib-compass');
36
+ // grunt.loadNpmTasks('grunt-contrib-jshint');
37
+
38
+ grunt.registerTask('build', [
39
+ 'compass:build'
40
+ ]);
41
+ }
@@ -30,6 +30,7 @@ scripts[0] = 'components/formalize/assets/js/jquery.formalize.min.js'
30
30
  ; Modernizr
31
31
  ; ========================================
32
32
 
33
+ modernizr[tests][] = css_boxsizing
33
34
 
34
35
  ; ========================================
35
36
  ; Settings
@@ -1 +1,2 @@
1
+ node_modules/
1
2
  .sass-cache/
@@ -0,0 +1,14 @@
1
+ <% project_name = File.basename(Compass.configuration.project_path) %><% project_js = Compass.configuration.javascripts_dir %><% project_css = Compass.configuration.css_dir %>
2
+ {
3
+ "name": "<%= project_name%>",
4
+ "version": "1.0.0",
5
+ "dependencies": {},
6
+ "devDependencies": {
7
+ "grunt": "~0.4.0",
8
+ "grunt-contrib-watch": "~0.4.0",
9
+ "grunt-contrib-compass": "~0.1.2"
10
+ },
11
+ "engines": {
12
+ "node": ">=0.8.0"
13
+ }
14
+ }
metadata CHANGED
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
7
7
  - 0
8
8
  - 0
9
9
  - alpha
10
- - 3
11
- version: 3.0.0.alpha.3
10
+ - 4
11
+ version: 3.0.0.alpha.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Sam Richard
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2013-04-30 00:00:00 -04:00
20
+ date: 2013-05-03 00:00:00 -05:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -105,30 +105,40 @@ files:
105
105
  - stylesheets/_aurora.scss
106
106
  - stylesheets/aurora/_singularity-grid.scss
107
107
  - stylesheets/aurora/_susy-grid.scss
108
+ - stylesheets/aurora/_system.scss
108
109
  - templates/box-sizing/behaviors/box-sizing/boxsizing.htc
109
110
  - templates/box-sizing/behaviors/box-sizing/boxsizing.php
110
111
  - templates/box-sizing/manifest.rb
111
112
  - templates/box-sizing/README-behaviors.md
112
- - templates/corona/_base.scss
113
- - templates/corona/_defaults.scss
114
- - templates/corona/_design.scss
115
- - templates/corona/_forms.scss
116
- - templates/corona/_global.scss
117
- - templates/corona/_system.scss
118
- - templates/corona/_type.scss
119
- - templates/corona/_variables.scss
120
113
  - templates/corona/maintenance.scss
121
114
  - templates/corona/manifest.rb
115
+ - templates/corona/partials/base/_base.scss
116
+ - templates/corona/partials/base/_variables.scss
117
+ - templates/corona/partials/design/_design.scss
118
+ - templates/corona/partials/global/_defaults.scss
119
+ - templates/corona/partials/global/_forms.scss
120
+ - templates/corona/partials/global/_global.scss
121
+ - templates/corona/partials/global/_type.scss
122
122
  - templates/corona/print.scss
123
123
  - templates/corona/style.scss
124
- - templates/project/_base.scss
124
+ - templates/polaris/manifest.rb
125
+ - templates/polaris/partials/global/_base.scss
126
+ - templates/polaris/partials/layouts/_layouts.scss
127
+ - templates/polaris/partials/modules/_modules.scss
128
+ - templates/polaris/partials/states/_state.scss
129
+ - templates/polaris/partials/styleguide/_styleguide.scss
130
+ - templates/polaris/print.scss
131
+ - templates/polaris/style.scss
125
132
  - templates/project/manifest.rb
126
- - templates/shared/_design.scss
133
+ - templates/project/partials/design/_design.scss
134
+ - templates/project/partials/global/_base.scss
135
+ - templates/project/partials/layout/_layout.scss
136
+ - templates/project/partials/styleguide/_style-guide.scss
137
+ - templates/project/print.scss
138
+ - templates/project/style.scss
127
139
  - templates/shared/_extendables.scss
128
140
  - templates/shared/_functions.scss
129
- - templates/shared/_layout.scss
130
141
  - templates/shared/_mixins.scss
131
- - templates/shared/_style-guide.scss
132
142
  - templates/shared/_variables.scss
133
143
  - templates/shared/aurora.info.erb
134
144
  - templates/shared/bowerrc.txt
@@ -137,14 +147,12 @@ files:
137
147
  - templates/shared/editorconfig.txt
138
148
  - templates/shared/Gemfile.txt
139
149
  - templates/shared/gitignore.txt
140
- - templates/shared/print.scss
150
+ - templates/shared/Gruntfile.js
151
+ - templates/shared/package.json.erb
141
152
  - templates/shared/README-Partials.md
142
153
  - templates/shared/README-Sass.md
143
154
  - templates/shared/README-templates.md
144
- - templates/shared/style.scss
145
155
  - templates/shared/template.php.erb
146
- - templates/singularity/_base.scss
147
- - templates/singularity/manifest.rb
148
156
  has_rdoc: true
149
157
  homepage: http://drupal.org/project/aurora
150
158
  licenses: []
@@ -1,33 +0,0 @@
1
- ////////////////////////
2
- // Base Partials
3
- //
4
- // These files will be shared across all three of your output
5
- // CSS files. Generally included here are only Compass Extension
6
- // imports and imports for variables, functions, mixins, and extendables.
7
- //
8
- // Toolkit imports all of Compass, so there is no need to import it separately.
9
- ////////////////////////
10
-
11
- //////////////////////////////
12
- // CSS Resets
13
- //
14
- // Choose your CSS Reset method:
15
- // If you'd like a hard reset, uncomment `compass/reset`.
16
- // If you'd prefer a soft reset, uncomment `compass-normalize`
17
- //////////////////////////////
18
- // @import 'compass/rest';
19
- // @import 'compass-normalize';
20
-
21
- ////////////////////////
22
- // Compass Extensions
23
- ////////////////////////
24
- @import 'toolkit';
25
- @import 'sassy-buttons';
26
-
27
- ////////////////////////
28
- // Private Imports
29
- ////////////////////////
30
- @import 'variables';
31
- @import 'functions';
32
- @import 'mixins';
33
- @import 'extendables';
@@ -1,9 +0,0 @@
1
- ////////////////////////
2
- // Design Partials
3
- //
4
- // Seperate your layout from design, building sub folders and partials
5
- // in this folder, with everything being imported, in casading order,
6
- // into this file.
7
- //
8
- // All styling, non box model properties go here
9
- ////////////////////////
@@ -1,9 +0,0 @@
1
- ////////////////////////
2
- // Layout Partials
3
- //
4
- // Seperate your layout from design, building sub folders and partials
5
- // in this folder, with everything being imported, in casading order,
6
- // into this file.
7
- //
8
- // All box model properties go here
9
- ////////////////////////
@@ -1,10 +0,0 @@
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 Style Guide selectors should go in here, regardless of layout or design
9
- // (but separating the two in here is a good idea).
10
- ////////////////////////
File without changes