motherplate-rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,74 @@
1
+ body {
2
+ font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
3
+ font-weight: 400;
4
+ font-style: normal;
5
+ font-size:100%;
6
+ line-height:1.6;
7
+ }
8
+
9
+ blockquote {
10
+ font-style: italic;
11
+ font-weight: 400;
12
+ font-family: Georgia, Times, "Times New Roman", serif;
13
+ padding-left: 25px;
14
+ font-size: 1.4em;
15
+ margin: 0 0 $padding/2;
16
+ border-left:2px solid $primary-color;
17
+ }
18
+
19
+ h1,h2,h3,h4{
20
+ font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
21
+ }
22
+
23
+ h1 {
24
+ font-size: 68px;
25
+ margin: 0 0 25px;
26
+ font-weight: 400;
27
+ font-style: normal;
28
+ }
29
+
30
+ h2 {
31
+ font-size: 42px;
32
+ margin: 0 0 25px;
33
+ font-weight: 400;
34
+ font-style: normal;
35
+ }
36
+
37
+ h3 {
38
+ font-size: 26px;
39
+ margin: 0 0 25px;
40
+ font-weight: 400;
41
+ font-style: normal;
42
+ }
43
+
44
+ h4 {
45
+ font-size: 18px;
46
+ margin: 0 0 25px;
47
+ font-weight: 700;
48
+ font-style: normal;
49
+ }
50
+
51
+ h5 {
52
+ font-size: 16px;
53
+ margin: 0 0 25px;
54
+ font-style: normal;
55
+ font-weight: normal;
56
+ }
57
+
58
+ p {
59
+ margin: 0 0 $padding/2;
60
+ }
61
+
62
+ pre{
63
+ font-family:Monaco, Menlo, Consolas, "Courier New", monospace;
64
+ margin:0 0 $padding/2;
65
+ padding:10px;
66
+ background:#f5f5f5;
67
+ border:1px solid rgba(0,0,0,.1);
68
+ @include border-radius(5px);
69
+ display:block;
70
+ font-size: 13px;
71
+ line-height: 20px;
72
+ word-break: break-all;
73
+ word-wrap: break-word;
74
+ }
@@ -0,0 +1,39 @@
1
+ // Use Compass
2
+ @import "compass";
3
+
4
+ // Reset using Normalize
5
+ @import "motherplate/reset";
6
+
7
+ // Import Open Sans font from Google
8
+ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
9
+ @import url(http://fonts.googleapis.com/css?family=Lato:400,700);
10
+
11
+ // Set variables and reusable mixins
12
+ @import "motherplate/config";
13
+ @import "motherplate/mixins";
14
+
15
+ // Import typical layout sass modules
16
+ @import "motherplate/grid";
17
+ @import "motherplate/type";
18
+ @import "motherplate/media";
19
+ @import "motherplate/links";
20
+ @import "motherplate/tables";
21
+ @import "motherplate/forms";
22
+ @import "motherplate/notifications";
23
+ @import "motherplate/other";
24
+
25
+ // Use Font Awesome for icons
26
+ @import "motherplate/icons";
27
+
28
+ // Specific project styles, add any section specific sass modules here
29
+ @import "motherplate/layout";
30
+
31
+ // Additional styles to think about
32
+ @import "motherplate/responsive";
33
+ @import "motherplate/print";
34
+
35
+ // If IE support is needed
36
+ @import "motherplate/ie";
37
+
38
+ // For anything quick and dirty that needs thrown in
39
+ @import "motherplate/shame";
metadata ADDED
@@ -0,0 +1,138 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: motherplate-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Koen Punt
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-05-16 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '1.3'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: compass-rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: '1.1'
34
+ - - '>='
35
+ - !ruby/object:Gem::Version
36
+ version: 1.1.7
37
+ type: :runtime
38
+ prerelease: false
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ~>
42
+ - !ruby/object:Gem::Version
43
+ version: '1.1'
44
+ - - '>='
45
+ - !ruby/object:Gem::Version
46
+ version: 1.1.7
47
+ - !ruby/object:Gem::Dependency
48
+ name: railties
49
+ requirement: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ~>
52
+ - !ruby/object:Gem::Version
53
+ version: '3.1'
54
+ - - '>='
55
+ - !ruby/object:Gem::Version
56
+ version: 3.1.0
57
+ type: :runtime
58
+ prerelease: false
59
+ version_requirements: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ~>
62
+ - !ruby/object:Gem::Version
63
+ version: '3.1'
64
+ - - '>='
65
+ - !ruby/object:Gem::Version
66
+ version: 3.1.0
67
+ - !ruby/object:Gem::Dependency
68
+ name: rake
69
+ requirement: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ~>
72
+ - !ruby/object:Gem::Version
73
+ version: '0'
74
+ type: :development
75
+ prerelease: false
76
+ version_requirements: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ~>
79
+ - !ruby/object:Gem::Version
80
+ version: '0'
81
+ description: 'Motherplate: A Responsive SCSS Boilerplate for Web Designers'
82
+ email:
83
+ - koen@fetch.nl
84
+ executables: []
85
+ extensions: []
86
+ extra_rdoc_files: []
87
+ files:
88
+ - .gitignore
89
+ - Gemfile
90
+ - lib/motherplate-rails.rb
91
+ - lib/motherplate/rails.rb
92
+ - lib/motherplate/rails/engine.rb
93
+ - lib/motherplate/rails/version.rb
94
+ - motherplate-rails.gemspec
95
+ - vendor/assets/stylesheets/motherplate.scss
96
+ - vendor/assets/stylesheets/motherplate/_config.scss
97
+ - vendor/assets/stylesheets/motherplate/_forms.scss
98
+ - vendor/assets/stylesheets/motherplate/_grid.scss
99
+ - vendor/assets/stylesheets/motherplate/_icons.scss
100
+ - vendor/assets/stylesheets/motherplate/_ie.scss
101
+ - vendor/assets/stylesheets/motherplate/_layout.scss
102
+ - vendor/assets/stylesheets/motherplate/_links.scss
103
+ - vendor/assets/stylesheets/motherplate/_media.scss
104
+ - vendor/assets/stylesheets/motherplate/_mixins.scss
105
+ - vendor/assets/stylesheets/motherplate/_notifications.scss
106
+ - vendor/assets/stylesheets/motherplate/_other.scss
107
+ - vendor/assets/stylesheets/motherplate/_print.scss
108
+ - vendor/assets/stylesheets/motherplate/_reset.scss
109
+ - vendor/assets/stylesheets/motherplate/_responsive.scss
110
+ - vendor/assets/stylesheets/motherplate/_shame.scss
111
+ - vendor/assets/stylesheets/motherplate/_tables.scss
112
+ - vendor/assets/stylesheets/motherplate/_type.scss
113
+ homepage: https://github.com/koenpunt/motherplate-rails
114
+ licenses:
115
+ - MIT
116
+ metadata: {}
117
+ post_install_message:
118
+ rdoc_options: []
119
+ require_paths:
120
+ - lib
121
+ required_ruby_version: !ruby/object:Gem::Requirement
122
+ requirements:
123
+ - - '>='
124
+ - !ruby/object:Gem::Version
125
+ version: '0'
126
+ required_rubygems_version: !ruby/object:Gem::Requirement
127
+ requirements:
128
+ - - '>='
129
+ - !ruby/object:Gem::Version
130
+ version: '0'
131
+ requirements: []
132
+ rubyforge_project:
133
+ rubygems_version: 2.2.2
134
+ signing_key:
135
+ specification_version: 4
136
+ summary: 'Motherplate: A Responsive SCSS Boilerplate for Web Designers'
137
+ test_files: []
138
+ has_rdoc: