toolkit 0.1 → 0.1.6

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.
Files changed (45) hide show
  1. data/stylesheets/_toolkit.scss +1 -6
  2. data/stylesheets/toolkit/_fluid-media.scss +2 -0
  3. data/stylesheets/toolkit/_pe.scss +115 -0
  4. data/templates/project/{partials/global/_base.scss → _base.scss} +3 -0
  5. data/templates/project/manifest.rb +22 -19
  6. data/templates/respond-to/{partials/global/_base.scss → _base.scss} +3 -0
  7. data/templates/respond-to/manifest.rb +21 -19
  8. data/templates/{project/partials/design → shared}/_design.scss +0 -0
  9. data/templates/{project/partials/global → shared}/_extendables.scss +0 -0
  10. data/templates/{project/partials/global → shared}/_functions.scss +0 -0
  11. data/templates/{project/partials/design → shared}/_ie-design.scss +0 -0
  12. data/templates/{project/partials/layout → shared}/_ie-layout.scss +0 -0
  13. data/templates/{project/partials/layout → shared}/_layout.scss +0 -0
  14. data/templates/{project/partials/global → shared}/_mixins.scss +0 -0
  15. data/templates/{project/partials/design → shared}/_print-design.scss +0 -0
  16. data/templates/{project/partials/layout → shared}/_print-layout.scss +0 -0
  17. data/templates/{project/partials/styleguide → shared}/_style-guide.scss +0 -0
  18. data/templates/{project/partials/global → shared}/_variables.scss +0 -0
  19. data/templates/{project → shared}/hammer.js +0 -0
  20. data/templates/{project → shared}/ie.scss +0 -0
  21. data/templates/{project → shared}/loader.js +0 -0
  22. data/templates/{project → shared}/modernizr-2.5.3.js +0 -0
  23. data/templates/{project → shared}/print.scss +0 -0
  24. data/templates/{project → shared}/style.scss +0 -0
  25. metadata +22 -40
  26. data/stylesheets/toolkit/_progressive-enhancement.scss +0 -57
  27. data/templates/project/embeds.respond.js +0 -37
  28. data/templates/respond-to/embeds.respond.js +0 -37
  29. data/templates/respond-to/hammer.js +0 -731
  30. data/templates/respond-to/ie.scss +0 -28
  31. data/templates/respond-to/loader.js +0 -4
  32. data/templates/respond-to/modernizr-2.5.3.js +0 -726
  33. data/templates/respond-to/partials/design/_design.scss +0 -9
  34. data/templates/respond-to/partials/design/_ie-design.scss +0 -9
  35. data/templates/respond-to/partials/design/_print-design.scss +0 -9
  36. data/templates/respond-to/partials/global/_extendables.scss +0 -6
  37. data/templates/respond-to/partials/global/_functions.scss +0 -5
  38. data/templates/respond-to/partials/global/_mixins.scss +0 -5
  39. data/templates/respond-to/partials/global/_variables.scss +0 -5
  40. data/templates/respond-to/partials/layout/_ie-layout.scss +0 -9
  41. data/templates/respond-to/partials/layout/_layout.scss +0 -9
  42. data/templates/respond-to/partials/layout/_print-layout.scss +0 -9
  43. data/templates/respond-to/partials/styleguide/_style-guide.scss +0 -10
  44. data/templates/respond-to/print.scss +0 -28
  45. data/templates/respond-to/style.scss +0 -27
@@ -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
- // IE 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. This is for Internet Explorer's Use.
7
- //
8
- // All styling, non box model properties go here
9
- ////////////////////////
@@ -1,9 +0,0 @@
1
- ////////////////////////
2
- // Print 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. This is for Printed files.
7
- //
8
- // All styling, non box model properties go here
9
- ////////////////////////
@@ -1,6 +0,0 @@
1
- ////////////////////////
2
- // Extendables Partials
3
- //
4
- // All of your extendable classes, ids, and silent extendables
5
- // should go in this file.
6
- ////////////////////////
@@ -1,5 +0,0 @@
1
- ////////////////////////
2
- // Functions Partials
3
- //
4
- // All of your functions should go in this file.
5
- ////////////////////////
@@ -1,5 +0,0 @@
1
- ////////////////////////
2
- // Mixins Partials
3
- //
4
- // All of your mixins should go in this file.
5
- ////////////////////////
@@ -1,5 +0,0 @@
1
- ////////////////////////
2
- // Variables Partials
3
- //
4
- // All of your variables should go in this file.
5
- ////////////////////////
@@ -1,9 +0,0 @@
1
- ////////////////////////
2
- // IE 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. This is for Internet Explorer's Use
7
- //
8
- // All 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,9 +0,0 @@
1
- ////////////////////////
2
- // Print 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. This is for Print files.
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
- ////////////////////////
@@ -1,28 +0,0 @@
1
- ////////////////////////
2
- // Print File
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.
7
- // This file is styles specific to Printed files.
8
- ////////////////////////
9
-
10
- ////////////////////////
11
- // Base Import
12
- ////////////////////////
13
- @import 'partials/global/base';
14
-
15
- ////////////////////////
16
- // Import Style Guide
17
- ////////////////////////
18
- @import 'partials/styleguide/style-guide';
19
-
20
- ////////////////////////
21
- // Import Layout
22
- ////////////////////////
23
- @import 'partials/layout/print-layout';
24
-
25
- ////////////////////////
26
- // Import Design
27
- ////////////////////////
28
- @import 'partials/design/print-design';
@@ -1,27 +0,0 @@
1
- ////////////////////////
2
- // Style File
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.
7
- ////////////////////////
8
-
9
- ////////////////////////
10
- // Base Import
11
- ////////////////////////
12
- @import 'partials/global/base';
13
-
14
- ////////////////////////
15
- // Import Style Guide
16
- ////////////////////////
17
- @import 'partials/styleguide/style-guide';
18
-
19
- ////////////////////////
20
- // Import Layout
21
- ////////////////////////
22
- @import 'partials/layout/layout';
23
-
24
- ////////////////////////
25
- // Import Design
26
- ////////////////////////
27
- @import 'partials/design/design';