respondsass 0.0.7 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,8 +11,7 @@
11
11
  .row {
12
12
  overflow: hidden;
13
13
  clear:both;
14
- @include rem-sizing(margin-bottom,.8);
15
- padding: 0 2% 0 2%;
14
+ padding: 0 2%;
16
15
  }
17
16
 
18
17
  $class: span !default;
@@ -0,0 +1,130 @@
1
+ <!doctype html>
2
+ <!--[if lt IE 7 ]><html lang="en" class="no-js ie6"><![endif]-->
3
+ <!--[if IE 7 ]><html lang="en" class="no-js ie7><![endif]-->
4
+ <!--[if IE 8 ]><html lang="en" class="no-js ie8"><![endif]-->
5
+ <!--[if IE 9 ]><html lang="en" class="no-js ie9"><![endif]-->
6
+ <!--[if (gt IE 9)|!(IE)]><!-->
7
+ <html lang="en" class="no-js"><!--<![endif]-->
8
+ <head>
9
+ <meta charset="utf-8">
10
+ <title>Title here</title>
11
+ <meta name="viewport" content="width=device-width, initial-scale=1">
12
+ <meta name="description" content="Page description here">
13
+ <meta name="keywords" content="keywords, here">
14
+ <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
15
+ <link rel="stylesheet" href="stylesheets/screen.css">
16
+ <script type="text/javascript" async src="javascripts/modernizr.custom.js"></script>
17
+ <script type="text/javascript" async src="javascripts/respond.min.js"></script>
18
+ </head>
19
+
20
+ <body>
21
+ <div class="container">
22
+ <section class="row">
23
+ <div class="span-1">
24
+ <p>Column 1</p>
25
+ </div>
26
+ <div class="span-1">
27
+ <p>Column 2</p>
28
+ </div>
29
+ <div class="span-1">
30
+ <p>Column 3</p>
31
+ </div>
32
+ <div class="span-1">
33
+ <p>Column 4</p>
34
+ </div>
35
+ <div class="span-1">
36
+ <p>Column 5</p>
37
+ </div>
38
+ <div class="span-1">
39
+ <p>Column 6</p>
40
+ </div>
41
+ <div class="span-1">
42
+ <p>Column 7</p>
43
+ </div>
44
+ <div class="span-1">
45
+ <p>Column 8</p>
46
+ </div>
47
+ <div class="span-1">
48
+ <p>Column 9</p>
49
+ </div>
50
+ <div class="span-1">
51
+ <p>Column 10</p>
52
+ </div>
53
+ <div class="span-1">
54
+ <p>Column 11</p>
55
+ </div>
56
+ <div class="span-1">
57
+ <p>Column 12</p>
58
+ </div>
59
+ <div class="span-1">
60
+ <p>Column 13</p>
61
+ </div>
62
+ <div class="span-1">
63
+ <p>Column 14</p>
64
+ </div>
65
+ <div class="span-1">
66
+ <p>Column 15</p>
67
+ </div>
68
+ <div class="span-1">
69
+ <p>Column 16</p>
70
+ </div>
71
+ </section>
72
+ <section class="row">
73
+ <div class="thirds-1">
74
+ <p>One Third</p>
75
+ </div>
76
+ <div class="thirds-2">
77
+ <p>Two Thirds</p>
78
+ </div>
79
+ </section>
80
+ <section class="row">
81
+ <div class="fifths-3">
82
+ <p>3 Fifths</p>
83
+ </div>
84
+ <div class="fifths-2">
85
+ <p>2 Fifths</p>
86
+ </div>
87
+ </section>
88
+ <section class="row">
89
+ <div class="fifths-4">
90
+ <p>4 Fifths</p>
91
+ </div>
92
+ <div class="fifths-1">
93
+ <p>1 Fifth</p>
94
+ </div>
95
+ </section>
96
+
97
+ <section class="row">
98
+ <div class="cols-2">
99
+ <p>Cols span 2</p>
100
+ </div>
101
+ <div class="cols-3">
102
+ <p>Cols span 3</p>
103
+ </div>
104
+ <div class="cols-6">
105
+ <p>Cols span 6</p>
106
+ </div>
107
+ <div class="cols-1">
108
+ <p>Cols span 1</p>
109
+ </div>
110
+ </section>
111
+ <!-- End .row -->
112
+ </div>
113
+ <!-- End .container.row -->
114
+
115
+ <script type="text/javascript">
116
+ // Your Google analytics here
117
+ var _gaq = _gaq || [];
118
+ _gaq.push(['_setAccount', 'UA-xxxxxx-x']);
119
+ _gaq.push(['_trackPageview']);
120
+
121
+ (function() {
122
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
123
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
124
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
125
+ })();
126
+
127
+ </script>
128
+ </body>
129
+
130
+ </html>
@@ -13,8 +13,8 @@
13
13
  <meta name="keywords" content="keywords, here">
14
14
  <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
15
15
  <link rel="stylesheet" href="stylesheets/screen.css">
16
- <script type="text/javascript" async src="scripts/modernizr.custom.js"></script>
17
- <script type="text/javascript" async src="scripts/respond.min.js"></script>
16
+ <script type="text/javascript" async src="javascripts/modernizr.custom.js"></script>
17
+ <script type="text/javascript" async src="javascripts/respond.min.js"></script>
18
18
  </head>
19
19
 
20
20
  <body>
@@ -8,6 +8,7 @@ file 'scripts/modernizr.custom.js', :like => :javascript, :to => 'modernizr.cust
8
8
  file 'scripts/respond.min.js', :like => :javascript, :to => 'respond.min.js'
9
9
 
10
10
  html 'index.html'
11
+ html 'examples.html'
11
12
 
12
13
  description "Respondsass: a fully configurable grid system native to Compass."
13
14
 
@@ -1,7 +1,38 @@
1
+ //import compass css3 mixins for use in your project.
1
2
  @import "compass/css3";
3
+ //import compass reset for use in your project.
2
4
  @import "compass/reset";
5
+
6
+ //DO NOT DELETE
7
+ //set boxing sizing to border-box for all browsers.
3
8
  *{
4
9
  @include box-sizing(border-box);
5
10
  *behavior: url(scripts/boxsizing.htc);
6
11
  }
7
- @import "base";
12
+
13
+ //Imports the _base.scss file into the main css file.
14
+ @import "base";
15
+
16
+
17
+ // ***** JUST FOR EXAMPLES DELETE AS NECESSARY ******
18
+ body {
19
+ font-family: $fontFamily;
20
+ @include rem-sizing(font-size, 0.8);
21
+ line-height:1.5;
22
+ }
23
+
24
+ @include create-grid(thirds, 3); // The thirds argument is your own column name and will create class name of thirds suffixed with a number, number of columns
25
+
26
+ @include create-grid(); // This is the default and will create a 16 column grid with class names of span suffixed with a number
27
+
28
+ @include create-grid(fifths, 5); // 5 columns with class name of fifths
29
+
30
+ @include create-grid(cols, 12); // 12 columns with class name of cols
31
+
32
+ .span-1, .thirds-1, .thirds-2, .fifths-1, .fifths-2, .fifths-3, .fifths-4, .cols-1, .cols-2, .cols-3, .cols-4, .cols-5, .cols-6 {
33
+ background-color: #ccc;
34
+ border:3px solid #fff;
35
+ height: 50px;
36
+ }
37
+
38
+ // ******* END OF EXAMPLE CSS ********
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 7
9
- version: 0.0.7
8
+ - 9
9
+ version: 0.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matt Walker
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2013-05-14 00:00:00 +01:00
17
+ date: 2013-07-03 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -67,6 +67,7 @@ files:
67
67
  - stylesheets/respondsass/_easy-nav.scss
68
68
  - stylesheets/respondsass/_rem-sizing.scss
69
69
  - stylesheets/respondsass/_respond-to.scss
70
+ - templates/project/examples.html
70
71
  - templates/project/index.html
71
72
  - templates/project/scripts/boxsizing.htc
72
73
  - templates/project/scripts/html5shiv.js