toolkit 0.1 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/stylesheets/_toolkit.scss +1 -6
- data/stylesheets/toolkit/_fluid-media.scss +2 -0
- data/stylesheets/toolkit/_pe.scss +115 -0
- data/templates/project/{partials/global/_base.scss → _base.scss} +3 -0
- data/templates/project/manifest.rb +22 -19
- data/templates/respond-to/{partials/global/_base.scss → _base.scss} +3 -0
- data/templates/respond-to/manifest.rb +21 -19
- data/templates/{project/partials/design → shared}/_design.scss +0 -0
- data/templates/{project/partials/global → shared}/_extendables.scss +0 -0
- data/templates/{project/partials/global → shared}/_functions.scss +0 -0
- data/templates/{project/partials/design → shared}/_ie-design.scss +0 -0
- data/templates/{project/partials/layout → shared}/_ie-layout.scss +0 -0
- data/templates/{project/partials/layout → shared}/_layout.scss +0 -0
- data/templates/{project/partials/global → shared}/_mixins.scss +0 -0
- data/templates/{project/partials/design → shared}/_print-design.scss +0 -0
- data/templates/{project/partials/layout → shared}/_print-layout.scss +0 -0
- data/templates/{project/partials/styleguide → shared}/_style-guide.scss +0 -0
- data/templates/{project/partials/global → shared}/_variables.scss +0 -0
- data/templates/{project → shared}/hammer.js +0 -0
- data/templates/{project → shared}/ie.scss +0 -0
- data/templates/{project → shared}/loader.js +0 -0
- data/templates/{project → shared}/modernizr-2.5.3.js +0 -0
- data/templates/{project → shared}/print.scss +0 -0
- data/templates/{project → shared}/style.scss +0 -0
- metadata +22 -40
- data/stylesheets/toolkit/_progressive-enhancement.scss +0 -57
- data/templates/project/embeds.respond.js +0 -37
- data/templates/respond-to/embeds.respond.js +0 -37
- data/templates/respond-to/hammer.js +0 -731
- data/templates/respond-to/ie.scss +0 -28
- data/templates/respond-to/loader.js +0 -4
- data/templates/respond-to/modernizr-2.5.3.js +0 -726
- data/templates/respond-to/partials/design/_design.scss +0 -9
- data/templates/respond-to/partials/design/_ie-design.scss +0 -9
- data/templates/respond-to/partials/design/_print-design.scss +0 -9
- data/templates/respond-to/partials/global/_extendables.scss +0 -6
- data/templates/respond-to/partials/global/_functions.scss +0 -5
- data/templates/respond-to/partials/global/_mixins.scss +0 -5
- data/templates/respond-to/partials/global/_variables.scss +0 -5
- data/templates/respond-to/partials/layout/_ie-layout.scss +0 -9
- data/templates/respond-to/partials/layout/_layout.scss +0 -9
- data/templates/respond-to/partials/layout/_print-layout.scss +0 -9
- data/templates/respond-to/partials/styleguide/_style-guide.scss +0 -10
- data/templates/respond-to/print.scss +0 -28
- 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,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';
|