groundworkcss 2.0.4 → 2.2.1
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.
- data/README.md +2 -1
- data/app/assets/javascripts/groundworkcss/components/checklists.coffee +1 -1
- data/app/assets/javascripts/groundworkcss/components/equalizeColumns.coffee +2 -4
- data/app/assets/javascripts/groundworkcss/components/forms.coffee +16 -23
- data/app/assets/javascripts/groundworkcss/components/menus.coffee +9 -4
- data/app/assets/javascripts/groundworkcss/components/navigation.coffee +21 -11
- data/app/assets/javascripts/groundworkcss/components/tabs.coffee +17 -8
- data/app/assets/javascripts/groundworkcss/plugins/jquery-placeholderText.coffee +15 -5
- data/app/assets/javascripts/groundworkcss/plugins/jquery-responsiveTables.coffee +4 -3
- data/app/assets/javascripts/groundworkcss/plugins/jquery-responsiveText.coffee +8 -4
- data/app/assets/javascripts/groundworkcss/plugins/jquery-truncateLines.coffee +21 -32
- data/app/assets/stylesheets/groundworkcss/_settings.scss +9 -3
- data/app/assets/stylesheets/groundworkcss/anim/_all-animations.scss +1 -0
- data/app/assets/stylesheets/groundworkcss/anim/_slide.scss +96 -0
- data/app/assets/stylesheets/groundworkcss/base/_helpers.scss +79 -81
- data/app/assets/stylesheets/groundworkcss/base/_reset.scss +4 -2
- data/app/assets/stylesheets/groundworkcss/core/_defaults.scss +2 -0
- data/app/assets/stylesheets/groundworkcss/core/_mixins-core.scss +21 -28
- data/app/assets/stylesheets/groundworkcss/core/_palette.scss +5 -0
- data/app/assets/stylesheets/groundworkcss/groundwork-anim.scss +35 -0
- data/app/assets/stylesheets/groundworkcss/groundwork-core.scss +16 -0
- data/app/assets/stylesheets/groundworkcss/groundwork-ie.scss +0 -12
- data/app/assets/stylesheets/groundworkcss/groundwork-responsive.scss +28 -0
- data/app/assets/stylesheets/groundworkcss/groundwork-type.scss +30 -0
- data/app/assets/stylesheets/groundworkcss/groundwork-ui.scss +34 -0
- data/app/assets/stylesheets/groundworkcss/groundwork.scss +1 -0
- data/app/assets/stylesheets/groundworkcss/responsive/_desktop.scss +76 -60
- data/app/assets/stylesheets/groundworkcss/responsive/_mobile.scss +76 -60
- data/app/assets/stylesheets/groundworkcss/responsive/_small-tablet.scss +76 -60
- data/app/assets/stylesheets/groundworkcss/type/_typography.scss +31 -16
- data/app/assets/stylesheets/groundworkcss/ui/_forms.scss +5 -12
- data/app/assets/stylesheets/groundworkcss/ui/_nav.scss +107 -15
- data/app/views/groundworkdocs/navigation.html.erb +245 -55
- data/app/views/groundworkdocs/typography.html.erb +2 -2
- data/app/views/layouts/groundworkdocs.html.erb +151 -113
- data/groundworkcss-0.4.4.gem +0 -0
- data/groundworkcss-2.0.4.gem +0 -0
- data/groundworkcss-2.0.7.gem +0 -0
- data/lib/groundworkcss/generators/docs_generator.rb +16 -16
- data/lib/groundworkcss/version.rb +1 -1
- metadata +12 -2
@@ -513,9 +513,9 @@
|
|
513
513
|
<div class="row">
|
514
514
|
<div class="one whole padded">
|
515
515
|
<p>This is a sentence with an
|
516
|
-
<
|
516
|
+
<q>inline quote</q> nested within it.
|
517
517
|
</p>
|
518
|
-
<pre data-lang="html"><p>This is a sentence with an <
|
518
|
+
<pre data-lang="html"><p>This is a sentence with an <q>inline quote</q> nested within it.</p></pre>
|
519
519
|
</div>
|
520
520
|
</div>
|
521
521
|
</div>
|
@@ -1,126 +1,164 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
<html
|
3
|
-
<
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
<
|
1
|
+
<!DOCTYPE html><!--[if lt IE 7]><html class="no-js ie ie6 lt-ie7 lt-ie8 lt-ie9 lt-ie10"><![endif]-->
|
2
|
+
<!--[if IE 7]> <html class="no-js ie ie7 lt-ie8 lt-ie9 lt-ie10"><![endif]-->
|
3
|
+
<!--[if IE 8]> <html class="no-js ie ie8 lt-ie9 lt-ie10"><![endif]-->
|
4
|
+
<!--[if IE 9]> <html class="no-js ie ie9 lt-ie10"><![endif]-->
|
5
|
+
<!--[if gt IE 9]><html class="no-js ie ie10"><![endif]-->
|
6
|
+
<!--[if !IE]><!-->
|
7
|
+
<html class="no-js"><!--<![endif]-->
|
8
|
+
<head>
|
9
|
+
<meta charset="utf-8">
|
10
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
12
|
+
<title>GroundworkCSS 2: Documentation</title>
|
13
|
+
<%= javascript_include_tag("groundworkdocs") %>
|
14
|
+
<!-- framework css --><!--[if !IE]><!-->
|
15
|
+
<%= stylesheet_link_tag("groundworkdocs", media: "all") %><!--<![endif]-->
|
16
|
+
<!--[if gt IE 9]>
|
17
|
+
<%= stylesheet_link_tag("groundworkdocs", media: "all") %><![endif]--><!--[if lte IE 9]>
|
18
|
+
<link type="text/css" rel="stylesheet" href="<%= asset_path('groundworkcss/groundwork-core.css') %>">
|
19
|
+
<link type="text/css" rel="stylesheet" href="<%= asset_path('groundworkcss/groundwork-type.css') %>">
|
20
|
+
<link type="text/css" rel="stylesheet" href="<%= asset_path('groundworkcss/groundwork-ui.css') %>">
|
21
|
+
<link type="text/css" rel="stylesheet" href="<%= asset_path('groundworkcss/groundwork-anim.css') %>"><![endif]--><!--[if IE]>
|
22
|
+
<link type="text/css" rel="stylesheet" href="<%= asset_path('groundworkcss/groundwork-ie.css') %>"><![endif]-->
|
23
|
+
<style type="text/css">
|
24
|
+
.logo {
|
25
|
+
position: relative;
|
26
|
+
top: -0.5em;
|
27
|
+
}
|
28
|
+
.logo a, .logo a:visited {
|
29
|
+
text-decoration: none;
|
30
|
+
color: #2B2B2D;
|
31
|
+
}
|
32
|
+
.logo img {
|
33
|
+
height: 2em;
|
34
|
+
position: relative;
|
35
|
+
top: 0.55em;
|
36
|
+
margin-right: 0.3em;
|
37
|
+
}
|
38
|
+
</style>
|
39
|
+
</head>
|
40
|
+
<body>
|
10
41
|
|
11
|
-
|
12
|
-
|
13
|
-
<h2 class="logo"><a href="./home.html" target="_parent"><%= image_tag('groundworkcss/groundwork-logo.svg', :alt => "GroundworkCSS") %>GroundworkCSS 2</a></h2>
|
14
|
-
<nav role="navigation" class="nav gap-top">
|
15
|
-
<ul role="menubar">
|
16
|
-
<li><a href="./home.html"><i class="icon-home"></i> Home</a></li>
|
17
|
-
<li role="menu" class="menu"><a href="#">Example Layouts</a>
|
18
|
-
<ul>
|
19
|
-
<li><a href="./layout_a.html">Web Page</a></li>
|
20
|
-
<li><a href="./layout_b.html">Image Gallery</a></li>
|
21
|
-
<li><a href="./layout_c.html">Ecommerce Page</a></li>
|
22
|
-
</ul>
|
23
|
-
</li>
|
24
|
-
<li role="menu" class="menu"><a href="#">Documentation</a>
|
25
|
-
<ul>
|
26
|
-
<li><a href="./grid.html" title="Responsive grid system, grid adapters and helpers">Grid</a></li>
|
27
|
-
<li><a href="./helpers.html" title="Layout helpers, spinners and much more">Helpers</a></li>
|
28
|
-
<li><a href="./typography.html" title="Text elements, quotes, code and web fonts">Typography</a></li>
|
29
|
-
<li role="menu" class="menu"><a href="#" title="Navigation, buttons, messages and tables">UI Elements</a>
|
30
|
-
<ul>
|
31
|
-
<li><a href="./navigation.html" title="Navigation">Navigation</a></li>
|
32
|
-
<li><a href="./buttons.html" title="Buttons, button groups, button menus">Buttons</a></li>
|
33
|
-
<li><a href="./boxes.html" title="Boxes">Boxes</a></li>
|
34
|
-
<li><a href="./messages.html" title="Message boxes">Message Boxes</a></li>
|
35
|
-
<li><a href="./tables.html" title="Tables">Tables</a></li>
|
36
|
-
<li><a href="./tabs.html" title="Tabs">Tabs</a></li>
|
37
|
-
<li><a href="./forms.html" title="Form elements">Form Elements</a></li>
|
38
|
-
</ul>
|
39
|
-
</li>
|
40
|
-
<li><a href="./icons.html" title="Icons">Icons</a></li>
|
41
|
-
<li><a href="./responsive_text.html" title="Responsive text and multi-line text block truncation">Responsive Text</a></li>
|
42
|
-
<li><a href="./placeholder_text.html" title="Placeholder text and placeholder fonts for rapid prototyping and wireframes">Placeholder Text</a></li>
|
43
|
-
<li><a href="./animations.html" title="Pure CSS3 Animations">Animations</a></li>
|
44
|
-
</ul>
|
45
|
-
</li>
|
46
|
-
</ul>
|
47
|
-
</nav>
|
48
|
-
</div>
|
49
|
-
</header>
|
50
|
-
|
51
|
-
<div class="container">
|
52
|
-
|
53
|
-
<%= yield %>
|
54
|
-
|
55
|
-
</div>
|
56
|
-
|
57
|
-
<footer class="gap-top bounceInUp animated">
|
58
|
-
<div class="box square charcoal">
|
59
|
-
<div class="container padded">
|
42
|
+
<header class="padded">
|
43
|
+
<div class="container">
|
60
44
|
<div class="row">
|
61
|
-
<div class="one
|
62
|
-
<
|
63
|
-
<ul class="unstyled">
|
64
|
-
<li><a href="./layout_a.html">Web Page</a></li>
|
65
|
-
<li><a href="./layout_b.html">Image Gallery</a></li>
|
66
|
-
<li><a href="./layout_c.html">Ecommerce Page</a></li>
|
67
|
-
</ul>
|
45
|
+
<div class="one half">
|
46
|
+
<h2 class="logo"><a href="./home.html" target="_parent"><%= image_tag('groundworkcss/groundwork-logo.svg', :alt => "GroundworkCSS") %>GroundworkCSS 2</a></h2>
|
68
47
|
</div>
|
69
|
-
<div class="
|
70
|
-
<
|
71
|
-
<ul class="unstyled three-column two-column-mobile">
|
72
|
-
<li><a href="./grid.html" title="Responsive grid system, grid adapters and helpers">Grid</a></li>
|
73
|
-
<li><a href="./helpers.html" title="Layout helpers, spinners and much more">Helpers</a></li>
|
74
|
-
<li><a href="./typography.html" title="Text elements, quotes, code and web fonts">Typography</a></li>
|
75
|
-
<li><a href="./navigation.html" title="Navigation">Navigation</a></li>
|
76
|
-
<li><a href="./buttons.html" title="Buttons, button groups, button menus">Buttons</a></li>
|
77
|
-
<li><a href="./boxes.html" title="Boxes">Boxes</a></li>
|
78
|
-
<li><a href="./messages.html" title="Message boxes">Message Boxes</a></li>
|
79
|
-
<li><a href="./tables.html" title="Tables">Tables</a></li>
|
80
|
-
<li><a href="./tabs.html" title="Tabs">Tabs</a></li>
|
81
|
-
<li><a href="./forms.html" title="Form elements">Form Elements</a></li>
|
82
|
-
<li><a href="./icons.html" title="Icons">Icons</a></li>
|
83
|
-
<li><a href="./responsive_text.html" title="Responsive text and multi-line text block truncation">Responsive Text</a></li>
|
84
|
-
<li><a href="./placeholder_text.html" title="Placeholder text and placeholder fonts for rapid prototyping and wireframes">Placeholder Text</a></li>
|
85
|
-
<li><a href="./animations.html" title="Pure CSS3 Animations">Animations</a></li>
|
86
|
-
</ul>
|
48
|
+
<div class="one half">
|
49
|
+
<p class="small double pad-top no-pad-small-tablet align-right align-left-small-tablet"><a href="https://github.com/groundworkcss/groundwork" target="_parent">Github Project</a> - Version <%= Groundworkcss::VERSION %><br>Created & Maintained by <a href="http://twitter.com/ghepting" target="_blank">Gary Hepting</a></p>
|
87
50
|
</div>
|
88
51
|
</div>
|
52
|
+
<nav role="navigation" class="nav gap-top">
|
53
|
+
<ul role="menubar">
|
54
|
+
<li><a href="./home.html"><i class="icon-home"></i> Home</a></li>
|
55
|
+
<li role="menu" class="menu"><a href="#">Example Layouts</a>
|
56
|
+
<ul>
|
57
|
+
<li><a href="./layout_a.html">Web Page</a></li>
|
58
|
+
<li><a href="./layout_b.html">Image Gallery</a></li>
|
59
|
+
<li><a href="./layout_c.html">Ecommerce Page</a></li>
|
60
|
+
</ul>
|
61
|
+
</li>
|
62
|
+
<li role="menu" class="menu"><a href="#">Documentation</a>
|
63
|
+
<ul>
|
64
|
+
<li><a href="./grid.html" title="Responsive grid system, grid adapters and helpers">Grid</a></li>
|
65
|
+
<li><a href="./helpers.html" title="Layout helpers, spinners and much more">Helpers</a></li>
|
66
|
+
<li><a href="./typography.html" title="Text elements, quotes, code and web fonts">Typography</a></li>
|
67
|
+
<li role="menu" class="menu"><a href="#" title="Navigation, buttons, messages and tables">UI Elements</a>
|
68
|
+
<ul>
|
69
|
+
<li><a href="./navigation.html" title="Navigation">Navigation</a></li>
|
70
|
+
<li><a href="./buttons.html" title="Buttons, button groups, button menus">Buttons</a></li>
|
71
|
+
<li><a href="./boxes.html" title="Boxes">Boxes</a></li>
|
72
|
+
<li><a href="./messages.html" title="Message boxes">Message Boxes</a></li>
|
73
|
+
<li><a href="./tables.html" title="Tables">Tables</a></li>
|
74
|
+
<li><a href="./tabs.html" title="Tabs">Tabs</a></li>
|
75
|
+
<li><a href="./forms.html" title="Form elements">Form Elements</a></li>
|
76
|
+
</ul>
|
77
|
+
</li>
|
78
|
+
<li><a href="./icons.html" title="Icons">Icons</a></li>
|
79
|
+
<li><a href="./responsive_text.html" title="Responsive text and multi-line text block truncation">Responsive Text</a></li>
|
80
|
+
<li><a href="./placeholder_text.html" title="Placeholder text and placeholder fonts for rapid prototyping and wireframes">Placeholder Text</a></li>
|
81
|
+
<li><a href="./animations.html" title="Pure CSS3 Animations">Animations</a></li>
|
82
|
+
</ul>
|
83
|
+
</li>
|
84
|
+
</ul>
|
85
|
+
</nav>
|
89
86
|
</div>
|
87
|
+
</header>
|
88
|
+
|
89
|
+
<div class="container">
|
90
|
+
|
91
|
+
<%= yield %>
|
92
|
+
|
90
93
|
</div>
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
<
|
94
|
+
|
95
|
+
<footer class="gap-top bounceInUp animated">
|
96
|
+
<div class="box square charcoal">
|
97
|
+
<div class="container padded">
|
98
|
+
<div class="row">
|
99
|
+
<div class="one small-tablet fourth padded">
|
100
|
+
<h5 class="green">Example Layouts</h5>
|
101
|
+
<ul class="unstyled">
|
102
|
+
<li><a href="./layout_a.html">Web Page</a></li>
|
103
|
+
<li><a href="./layout_b.html">Image Gallery</a></li>
|
104
|
+
<li><a href="./layout_c.html">Ecommerce Page</a></li>
|
105
|
+
</ul>
|
106
|
+
</div>
|
107
|
+
<div class="three small-tablet fourths padded">
|
108
|
+
<h5 class="blue">Documentation</h5>
|
109
|
+
<ul class="unstyled three-column two-column-mobile">
|
110
|
+
<li><a href="./grid.html" title="Responsive grid system, grid adapters and helpers">Grid</a></li>
|
111
|
+
<li><a href="./helpers.html" title="Layout helpers, spinners and much more">Helpers</a></li>
|
112
|
+
<li><a href="./typography.html" title="Text elements, quotes, code and web fonts">Typography</a></li>
|
113
|
+
<li><a href="./navigation.html" title="Navigation">Navigation</a></li>
|
114
|
+
<li><a href="./buttons.html" title="Buttons, button groups, button menus">Buttons</a></li>
|
115
|
+
<li><a href="./boxes.html" title="Boxes">Boxes</a></li>
|
116
|
+
<li><a href="./messages.html" title="Message boxes">Message Boxes</a></li>
|
117
|
+
<li><a href="./tables.html" title="Tables">Tables</a></li>
|
118
|
+
<li><a href="./tabs.html" title="Tabs">Tabs</a></li>
|
119
|
+
<li><a href="./forms.html" title="Form elements">Form Elements</a></li>
|
120
|
+
<li><a href="./icons.html" title="Icons">Icons</a></li>
|
121
|
+
<li><a href="./responsive_text.html" title="Responsive text and multi-line text block truncation">Responsive Text</a></li>
|
122
|
+
<li><a href="./placeholder_text.html" title="Placeholder text and placeholder fonts for rapid prototyping and wireframes">Placeholder Text</a></li>
|
123
|
+
<li><a href="./animations.html" title="Pure CSS3 Animations">Animations</a></li>
|
124
|
+
</ul>
|
125
|
+
</div>
|
97
126
|
</div>
|
98
|
-
|
99
|
-
|
127
|
+
</div>
|
128
|
+
</div>
|
129
|
+
<div class="box square">
|
130
|
+
<div class="container padded">
|
131
|
+
<div class="row">
|
132
|
+
<div class="one half padded">
|
133
|
+
<p>GroundworkCSS is <b>100% free</b> and <b>open source</b>. <a href="mailto:groundworkcss@gmail.com">Give a shout out</a> if you have any feedback.</p>
|
134
|
+
<p>Find a bug? Help squash it by <a href="https://github.com/groundworkcss/groundwork/issues" target="_blank">filing an issue</a> on Github.</p>
|
135
|
+
</div>
|
136
|
+
<div class="one half padded">
|
137
|
+
<p class="large padded align-right align-center-small-tablet"><a href="http://twitter.com/groundworkcss" target="_blank" title="@groundworkcss" style="text-decoration:none;" class="large inline gapped"></a><a href="http://github.com/groundworkcss" target="_blank" title="@groundworkcss" style="text-decoration:none;" class="large inline gapped"></a><a href="mailto:groundworkcss@gmail.com" title="groundworkcss@gmail.com" style="text-decoration:none;" class="large inline gapped"></a></p>
|
138
|
+
</div>
|
100
139
|
</div>
|
101
140
|
</div>
|
102
141
|
</div>
|
103
|
-
</
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
142
|
+
</footer>
|
143
|
+
<script type="text/javascript">
|
144
|
+
$(document).ready(function() {
|
145
|
+
$('pre[data-lang="html"]').snippet("html", {
|
146
|
+
style: "groundwork",
|
147
|
+
clipboard: "<%= asset_path('groundworkcss/demo/ZeroClipboard.swf') %>"
|
148
|
+
});
|
149
|
+
$('pre[data-lang="css"]').snippet("css", {
|
150
|
+
style: "groundwork",
|
151
|
+
clipboard: "<%= asset_path('groundworkcss/demo/ZeroClipboard.swf') %>"
|
152
|
+
});
|
153
|
+
$('pre[data-lang="scss"]').snippet("scss", {
|
154
|
+
style: "groundwork",
|
155
|
+
clipboard: "<%= asset_path('groundworkcss/demo/ZeroClipboard.swf') %>"
|
156
|
+
});
|
157
|
+
return $('pre[data-lang="js"]').snippet("javascript", {
|
158
|
+
style: "groundwork",
|
159
|
+
clipboard: "<%= asset_path('groundworkcss/demo/ZeroClipboard.swf') %>"
|
160
|
+
});
|
122
161
|
});
|
123
|
-
|
124
|
-
</
|
125
|
-
</body>
|
162
|
+
</script>
|
163
|
+
</body>
|
126
164
|
</html>
|
Binary file
|
Binary file
|
Binary file
|
@@ -22,22 +22,22 @@ module Groundworkcss
|
|
22
22
|
|
23
23
|
run generator_command
|
24
24
|
|
25
|
-
routes_file = "config/routes.rb"
|
26
|
-
insert_into_file routes_file, "\n if Rails.env.development?\n", :before => " get \"groundworkdocs/animations\"\n"
|
27
|
-
insert_into_file routes_file, "\n end\n\n", :after => " get \"groundworkdocs/typography\"\n"
|
28
|
-
content = ''
|
29
|
-
File.open(routes_file, "r") do |file|
|
30
|
-
file.each_line do |line|
|
31
|
-
if line.include? "groundworkdocs/"
|
32
|
-
content << ' ' + line.lstrip
|
33
|
-
else
|
34
|
-
content << line
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
38
|
-
File.open(routes_file, "w") do |file|
|
39
|
-
file.write(content)
|
40
|
-
end
|
25
|
+
#routes_file = "config/routes.rb"
|
26
|
+
#insert_into_file routes_file, "\n if Rails.env.development?\n", :before => " get \"groundworkdocs/animations\"\n"
|
27
|
+
#insert_into_file routes_file, "\n end\n\n", :after => " get \"groundworkdocs/typography\"\n"
|
28
|
+
#content = ''
|
29
|
+
#File.open(routes_file, "r") do |file|
|
30
|
+
#file.each_line do |line|
|
31
|
+
#if line.include? "groundworkdocs/"
|
32
|
+
#content << ' ' + line.lstrip
|
33
|
+
#else
|
34
|
+
#content << line
|
35
|
+
#end
|
36
|
+
#end
|
37
|
+
#end
|
38
|
+
#File.open(routes_file, "w") do |file|
|
39
|
+
#file.write(content)
|
40
|
+
#end
|
41
41
|
|
42
42
|
insert_into_file "app/controllers/groundworkdocs_controller.rb", "layout 'groundworkdocs'\n\n", :after => "class GroundworkdocsController < ApplicationController\n"
|
43
43
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: groundworkcss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.2.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-09-
|
13
|
+
date: 2013-09-29 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: colorize
|
@@ -246,6 +246,7 @@ files:
|
|
246
246
|
- app/assets/stylesheets/groundworkcss/anim/_roll.scss
|
247
247
|
- app/assets/stylesheets/groundworkcss/anim/_rotate.scss
|
248
248
|
- app/assets/stylesheets/groundworkcss/anim/_shake.scss
|
249
|
+
- app/assets/stylesheets/groundworkcss/anim/_slide.scss
|
249
250
|
- app/assets/stylesheets/groundworkcss/anim/_spin.scss
|
250
251
|
- app/assets/stylesheets/groundworkcss/anim/_swing.scss
|
251
252
|
- app/assets/stylesheets/groundworkcss/anim/_tada.scss
|
@@ -267,7 +268,12 @@ files:
|
|
267
268
|
- app/assets/stylesheets/groundworkcss/demo/_jquery.snippet.groundwork.scss
|
268
269
|
- app/assets/stylesheets/groundworkcss/demo/groundworkdocs.scss
|
269
270
|
- app/assets/stylesheets/groundworkcss/demo/jquery.snippet.scss
|
271
|
+
- app/assets/stylesheets/groundworkcss/groundwork-anim.scss
|
272
|
+
- app/assets/stylesheets/groundworkcss/groundwork-core.scss
|
270
273
|
- app/assets/stylesheets/groundworkcss/groundwork-ie.scss
|
274
|
+
- app/assets/stylesheets/groundworkcss/groundwork-responsive.scss
|
275
|
+
- app/assets/stylesheets/groundworkcss/groundwork-type.scss
|
276
|
+
- app/assets/stylesheets/groundworkcss/groundwork-ui.scss
|
271
277
|
- app/assets/stylesheets/groundworkcss/groundwork.scss
|
272
278
|
- app/assets/stylesheets/groundworkcss/icons/_all-icons.scss
|
273
279
|
- app/assets/stylesheets/groundworkcss/icons/_font-awesome-ie7.scss
|
@@ -318,9 +324,13 @@ files:
|
|
318
324
|
- app/views/groundworkdocs/typography.html.erb
|
319
325
|
- app/views/layouts/groundworkdocs.html.erb
|
320
326
|
- groundworkcss-0.4.3.gem
|
327
|
+
- groundworkcss-0.4.4.gem
|
321
328
|
- groundworkcss-2.0.0.gem
|
322
329
|
- groundworkcss-2.0.1.gem
|
323
330
|
- groundworkcss-2.0.2.gem
|
331
|
+
- groundworkcss-2.0.4.gem
|
332
|
+
- groundworkcss-2.0.7.gem
|
333
|
+
- groundworkcss-2.2.1.gem
|
324
334
|
- groundworkcss.gemspec
|
325
335
|
- lib/groundworkcss.rb
|
326
336
|
- lib/groundworkcss/engine.rb
|