magic_stylez 0.0.0.82 → 0.0.0.83

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d8ab90e037dd627d5577881a0eb3b7bc5d42fc7
4
- data.tar.gz: 5775dfc1869440c87685504df952eae4e836e35a
3
+ metadata.gz: a2d3cc8ceca544e652ceb831a4bdfe8a6447519e
4
+ data.tar.gz: 1ac0a6d173572712c14718d60cdb9b09753486c2
5
5
  SHA512:
6
- metadata.gz: b72a1a1e1071b22dba6888962aea801b685ee275de5a0350b6b395a7e5b1cf2f8e4c376edd7722a306a1b6e2b8251eaa5cdb1e4daf179b43e965b9dc25674005
7
- data.tar.gz: 0db0beb8653398e34125c0c6975ac268c3d3835f27bb77d418201ad20325c72d6033e382afbb71ef4ecb283bc8c1fb971791234921f6d7aa52ba972467bd77f2
6
+ metadata.gz: 7ceff80bc373a9516f8899add84dd94ae759fcf2fccadbf86b8ec2aee655b01798537ab0ff276d2f5d1af561f6ac49f87238d5c2d7b03a4dbc19a0754559c4bc
7
+ data.tar.gz: 8fc10da9b8b5b9d8bc8928c6c146c6d0feeed5bf048fc86aa402554a18381b22eb7659bd79c29017d85c83f076ea47559ac1163e3b415568aae4fc0527b77e36
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.82"
2
+ VERSION = "0.0.0.83"
3
3
  end
@@ -79,6 +79,19 @@ CSS:
79
79
  <pre><code>$ rails g magic_stylez:update</code></pre>
80
80
  <br/>
81
81
  <br/>
82
+
83
+ <h4>Changes when update to <small>0.0.0.83</small>:</h4>
84
+ <p>
85
+ Text-Colors now only usable as:
86
+ <br/>
87
+ <code>.color-name-clr</code> /<small>or</small>/ <code>.color-name-color</code> /<small>or</small>/ <code>.color-name-txt</code> /<small>or</small>/ <code>.color-name-text</code> /<small>or</small>/ <br/>
88
+ <code>.clr-color-name</code> /<small>or</small>/ <code>.color-color-name</code> /<small>or</small>/ <code>.txt-color-name</code> /<small>or</small>/ <code>.text-color-name</code>
89
+ </p>
90
+ <p>
91
+ Old style: <code>.color-name</code> is removed !!!
92
+ </p>
93
+ <hr/>
94
+
82
95
  <h4>Changes when update to <small>0.0.0.78</small>:</h4>
83
96
  <ul>
84
97
  <li>add divider variables in <em>corporate/varriables</em>!</li>
@@ -15,6 +15,16 @@
15
15
  <div class="corset">
16
16
 
17
17
  <h2>Colors:</h2>
18
+ <p>
19
+ All text colors are usable as:
20
+ <br/>
21
+ <code>.color-name-clr</code> /<small>or</small>/ <code>.color-name-color</code> /<small>or</small>/ <code>.color-name-txt</code> /<small>or</small>/ <code>.color-name-text</code> /<small>or</small>/ <br/>
22
+ <code>.clr-color-name</code> /<small>or</small>/ <code>.color-color-name</code> /<small>or</small>/ <code>.txt-color-name</code> /<small>or</small>/ <code>.text-color-name</code>
23
+ <br/>
24
+ All background colors are usable as:
25
+ <br/>
26
+ <code>.color-name-bg</code> /<small>or</small>/ <code>.bg-color-name</code>
27
+ </p>
18
28
 
19
29
  <table class="table table-condensed">
20
30
  <thead>
@@ -26,20 +36,20 @@
26
36
  <tbody>
27
37
  <% for clr in ["black", "gray-darker", "gray-dark", "gray", "gray-light", "gray-lighter", "gray-soft", "gray-softer", "white"]: %>
28
38
  <tr>
29
- <td class="<%= clr %>">.<%= clr %></td>
30
- <td class="bg-<%= clr %>">.bg-<%= clr %></td>
39
+ <td class="<%= clr %>-text">.clr-<%= clr %> &nbsp;<span class="clr-gray">/</span>&nbsp; .<%= clr %>-clr</td>
40
+ <td class="bg-<%= clr %>">.bg-<%= clr %> &nbsp;<span class="clr-gray">/</span>&nbsp; .<%= clr %>-bg</td>
31
41
  </tr>
32
42
  <% end %>
33
43
  <% for clr in ["blue-soft", "blue-lighter", "blue-light", "blue", "blue-dark", "red", "red-dark", "yellow", "orange", "pink", "purple", "violett"]: %>
34
44
  <tr>
35
- <td class="<%= clr %>">.<%= clr %></td>
36
- <td class="bg-<%= clr %>">.bg-<%= clr %></td>
45
+ <td class="<%= clr %>-text">.clr-<%= clr %> &nbsp;<span class="clr-gray">/</span>&nbsp; .<%= clr %>-clr</td>
46
+ <td class="bg-<%= clr %>">.bg-<%= clr %> &nbsp;<span class="clr-gray">/</span>&nbsp; .<%= clr %>-bg</td>
37
47
  </tr>
38
48
  <% end %>
39
- <% for clr in ["brand-color", "brand-primary", "brand-success", "brand-info", "brand-warning", "brand-danger", "brand-one", "brand-two", "brand-three"]: %>
49
+ <% for clr in ["brand-color", "brand-primary", "brand-success", "brand-info", "brand-warning", "brand-danger", "brand-one", "brand-two", "brand-three", "brand", "primary", "success", "info", "warning", "danger", "one", "two", "three"]: %>
40
50
  <tr>
41
- <td class="<%= clr %>">.<%= clr %></td>
42
- <td class="bg-<%= clr %>">.bg-<%= clr %></td>
51
+ <td class="<%= clr %>-text">.clr-<%= clr %> &nbsp;<span class="clr-gray">/</span>&nbsp; .<%= clr %>-clr</td>
52
+ <td class="bg-<%= clr %>">.bg-<%= clr %> &nbsp;<span class="clr-gray">/</span>&nbsp; .<%= clr %>-bg</td>
43
53
  </tr>
44
54
  <% end %>
45
55
  </tbody>
@@ -80,6 +80,19 @@ CSS:
80
80
  <pre><code>$ rails g magic_stylez:update</code></pre>
81
81
  <br/>
82
82
  <br/>
83
+
84
+ <h4>Changes when update to <small>0.0.0.83</small>:</h4>
85
+ <p>
86
+ Text-Colors now only usable as:
87
+ <br/>
88
+ <code>.color-name-clr</code> /<small>or</small>/ <code>.color-name-color</code> /<small>or</small>/ <code>.color-name-txt</code> /<small>or</small>/ <code>.color-name-text</code> /<small>or</small>/ <br/>
89
+ <code>.clr-color-name</code> /<small>or</small>/ <code>.color-color-name</code> /<small>or</small>/ <code>.txt-color-name</code> /<small>or</small>/ <code>.text-color-name</code>
90
+ </p>
91
+ <p>
92
+ Old style: <code>.color-name</code> is removed !!!
93
+ </p>
94
+ <hr/>
95
+
83
96
  <h4>Changes when update to <small>0.0.0.78</small>:</h4>
84
97
  <ul>
85
98
  <li>add divider variables in <em>corporate/varriables</em>!</li>
@@ -3,10 +3,10 @@
3
3
  <head>
4
4
  <title>Magic-Stylez</title>
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6
- <link href="//berlinmagic.github.io/magic_stylez/assets/application-2c7bc630787d0a1338e08ab7ce960194.css" media="all" rel="stylesheet" />
6
+ <link href="//berlinmagic.github.io/magic_stylez/assets/application-d73868b4205dedb8c8da140ca10787a7.css" media="all" rel="stylesheet" />
7
7
  <script src="//berlinmagic.github.io/magic_stylez/assets/blank-f61f67c5c51c1b2adbcfdfc46056dabb.js"></script>
8
8
  <meta content="authenticity_token" name="csrf-param" />
9
- <meta content="poYCgoZlTPX2qdKNxnGNPHCaPg8m9BlMv1Z47w9fjgU=" name="csrf-token" />
9
+ <meta content="Wx1Tcl6G535cP5YaEFEI0Cera40IbgFR+xIQpoD6XKE=" name="csrf-token" />
10
10
  <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
11
11
  <script type="text/javascript" charset="utf-8">
12
12
  App = {};
@@ -3,10 +3,10 @@
3
3
  <head>
4
4
  <title>Magic-Stylez</title>
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6
- <link href="//berlinmagic.github.io/magic_stylez/assets/application-2c7bc630787d0a1338e08ab7ce960194.css" media="all" rel="stylesheet" />
6
+ <link href="//berlinmagic.github.io/magic_stylez/assets/application-d73868b4205dedb8c8da140ca10787a7.css" media="all" rel="stylesheet" />
7
7
  <script src="//berlinmagic.github.io/magic_stylez/assets/blank-f61f67c5c51c1b2adbcfdfc46056dabb.js"></script>
8
8
  <meta content="authenticity_token" name="csrf-param" />
9
- <meta content="poYCgoZlTPX2qdKNxnGNPHCaPg8m9BlMv1Z47w9fjgU=" name="csrf-token" />
9
+ <meta content="Wx1Tcl6G535cP5YaEFEI0Cera40IbgFR+xIQpoD6XKE=" name="csrf-token" />
10
10
  <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
11
11
  <script type="text/javascript" charset="utf-8">
12
12
  App = {};
@@ -3,10 +3,10 @@
3
3
  <head>
4
4
  <title>Magic-Stylez</title>
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6
- <link href="//berlinmagic.github.io/magic_stylez/assets/application-2c7bc630787d0a1338e08ab7ce960194.css" media="all" rel="stylesheet" />
6
+ <link href="//berlinmagic.github.io/magic_stylez/assets/application-d73868b4205dedb8c8da140ca10787a7.css" media="all" rel="stylesheet" />
7
7
  <script src="//berlinmagic.github.io/magic_stylez/assets/blank-f61f67c5c51c1b2adbcfdfc46056dabb.js"></script>
8
8
  <meta content="authenticity_token" name="csrf-param" />
9
- <meta content="poYCgoZlTPX2qdKNxnGNPHCaPg8m9BlMv1Z47w9fjgU=" name="csrf-token" />
9
+ <meta content="Wx1Tcl6G535cP5YaEFEI0Cera40IbgFR+xIQpoD6XKE=" name="csrf-token" />
10
10
  <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
11
11
  <script type="text/javascript" charset="utf-8">
12
12
  App = {};
@@ -6,10 +6,10 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
7
7
  <meta name="apple-mobile-web-app-capable" content="yes" />
8
8
  <meta name="apple-mobile-web-app-status-bar-style" content="black" />
9
- <link href="//berlinmagic.github.io/magic_stylez/assets/application-2c7bc630787d0a1338e08ab7ce960194.css" media="all" rel="stylesheet" />
10
- <script src="//berlinmagic.github.io/magic_stylez/assets/application-8ea9379eac207772a4d227cb54ff3893.js"></script>
9
+ <link href="//berlinmagic.github.io/magic_stylez/assets/application-d73868b4205dedb8c8da140ca10787a7.css" media="all" rel="stylesheet" />
10
+ <script src="//berlinmagic.github.io/magic_stylez/assets/application-e9a65b23c1261383ff6d1e31cccefef4.js"></script>
11
11
  <meta content="authenticity_token" name="csrf-param" />
12
- <meta content="poYCgoZlTPX2qdKNxnGNPHCaPg8m9BlMv1Z47w9fjgU=" name="csrf-token" />
12
+ <meta content="Wx1Tcl6G535cP5YaEFEI0Cera40IbgFR+xIQpoD6XKE=" name="csrf-token" />
13
13
  <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
14
14
  <link href="//berlinmagic.github.io/magic_stylez/assets/ico/favicon-f1706407301f788c54691b6995f60a8f.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
15
15
  <link href="//berlinmagic.github.io/magic_stylez/assets/ico/favicon-f34b54df445838a4f6bdac98bd904570.png" rel="shortcut icon" type="image/png" />
@@ -192,6 +192,19 @@ CSS:
192
192
  <pre><code>$ rails g magic_stylez:update</code></pre>
193
193
  <br/>
194
194
  <br/>
195
+
196
+ <h4>Changes when update to <small>0.0.0.83</small>:</h4>
197
+ <p>
198
+ Text-Colors now only usable as:
199
+ <br/>
200
+ <code>.color-name-clr</code> /<small>or</small>/ <code>.color-name-color</code> /<small>or</small>/ <code>.color-name-txt</code> /<small>or</small>/ <code>.color-name-text</code> /<small>or</small>/ <br/>
201
+ <code>.clr-color-name</code> /<small>or</small>/ <code>.color-color-name</code> /<small>or</small>/ <code>.txt-color-name</code> /<small>or</small>/ <code>.text-color-name</code>
202
+ </p>
203
+ <p>
204
+ Old style: <code>.color-name</code> is removed !!!
205
+ </p>
206
+ <hr/>
207
+
195
208
  <h4>Changes when update to <small>0.0.0.78</small>:</h4>
196
209
  <ul>
197
210
  <li>add divider variables in <em>corporate/varriables</em>!</li>
@@ -3,10 +3,10 @@
3
3
  <head>
4
4
  <title>Magic-Stylez</title>
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6
- <link href="//berlinmagic.github.io/magic_stylez/assets/application-2c7bc630787d0a1338e08ab7ce960194.css" media="all" rel="stylesheet" />
6
+ <link href="//berlinmagic.github.io/magic_stylez/assets/application-d73868b4205dedb8c8da140ca10787a7.css" media="all" rel="stylesheet" />
7
7
  <script src="//berlinmagic.github.io/magic_stylez/assets/blank-f61f67c5c51c1b2adbcfdfc46056dabb.js"></script>
8
8
  <meta content="authenticity_token" name="csrf-param" />
9
- <meta content="poYCgoZlTPX2qdKNxnGNPHCaPg8m9BlMv1Z47w9fjgU=" name="csrf-token" />
9
+ <meta content="Wx1Tcl6G535cP5YaEFEI0Cera40IbgFR+xIQpoD6XKE=" name="csrf-token" />
10
10
  <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
11
11
  <script type="text/javascript" charset="utf-8">
12
12
  App = {};
@@ -3,10 +3,10 @@
3
3
  <head>
4
4
  <title>Magic-Stylez</title>
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6
- <link href="//berlinmagic.github.io/magic_stylez/assets/application-2c7bc630787d0a1338e08ab7ce960194.css" media="all" rel="stylesheet" />
6
+ <link href="//berlinmagic.github.io/magic_stylez/assets/application-d73868b4205dedb8c8da140ca10787a7.css" media="all" rel="stylesheet" />
7
7
  <script src="//berlinmagic.github.io/magic_stylez/assets/blank-f61f67c5c51c1b2adbcfdfc46056dabb.js"></script>
8
8
  <meta content="authenticity_token" name="csrf-param" />
9
- <meta content="poYCgoZlTPX2qdKNxnGNPHCaPg8m9BlMv1Z47w9fjgU=" name="csrf-token" />
9
+ <meta content="Wx1Tcl6G535cP5YaEFEI0Cera40IbgFR+xIQpoD6XKE=" name="csrf-token" />
10
10
  <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
11
11
  <script type="text/javascript" charset="utf-8">
12
12
  App = {};
@@ -1,38 +1,4 @@
1
- $appColorz: (
2
- brand-color: $brand-color,
3
- brand-one: $brand-one,
4
- brand-two: $brand-two,
5
- brand-three: $brand-three,
6
- brand-primary: $brand-primary,
7
- brand-success: $brand-success,
8
- brand-info: $brand-info,
9
- brand-warning: $brand-warning,
10
- brand-danger: $brand-danger,
11
-
12
- black: $black,
13
- gray-darker: $gray-darker,
14
- gray-dark: $gray-dark,
15
- gray: $gray,
16
- gray-light: $gray-light,
17
- gray-lighter: $gray-lighter,
18
- gray-soft: $gray-soft,
19
- gray-softer: $gray-softer,
20
- white: $white,
21
-
22
- blue-soft: $blue-soft,
23
- blue-lighter: $blue-lighter,
24
- blue-light: $blue-light,
25
- blue: $blue,
26
- blue-dark: $blue-dark,
27
- green: $green,
28
- red: $red,
29
- red-dark: $red-dark,
30
- yellow: $yellow,
31
- orange: $orange,
32
- pink: $pink,
33
- purple: $purple,
34
- violett: $violett
35
- );
1
+ // App colors ... lib/colors
36
2
 
37
3
  //## Header / Banner
38
4
  .banner-footer, .banner-header
@@ -73,76 +73,17 @@
73
73
  }
74
74
 
75
75
 
76
+ // App colors ... lib/colors
76
77
  // -------------------------
77
- // Text colors
78
+ // Background and Text colors
78
79
  // -------------------------
79
- .black { color: $black; }
80
- .gray-darker { color: $gray-darker; }
81
- .gray-dark { color: $gray-dark; }
82
- .gray { color: $gray; }
83
- .gray-light { color: $gray-light; }
84
- .gray-lighter { color: $gray-lighter; }
85
- .gray-soft { color: $gray-soft; }
86
- .gray-softer { color: $gray-softer; }
87
- .white { color: $white; }
88
-
89
- .blue-soft { color: $blue-soft; }
90
- .blue-lighter { color: $blue-lighter; }
91
- .blue-light { color: $blue-light; }
92
- .blue { color: $blue; }
93
- .blue-dark { color: $blue-dark; }
94
- .red { color: $red; }
95
- .red-dark { color: $red-dark; }
96
- .yellow { color: $yellow; }
97
- .orange { color: $orange; }
98
- .pink { color: $pink; }
99
- .purple { color: $purple; }
100
- .violett { color: $violett; }
101
-
102
- .brand-color { color: $brand-color; }
103
- .brand-primary { color: $brand-primary; }
104
- .brand-success { color: $brand-success; }
105
- .brand-info { color: $brand-info; }
106
- .brand-warning { color: $brand-warning; }
107
- .brand-danger { color: $brand-danger; }
108
- .brand-one { color: $brand-one; }
109
- .brand-two { color: $brand-two; }
110
- .brand-three { color: $brand-three; }
111
-
112
-
113
- // -------------------------
114
- // Background colors
115
- // -------------------------
116
- .bg-black { background: $black; }
117
- .bg-gray-darker { background: $gray-darker; }
118
- .bg-gray-dark { background: $gray-dark; }
119
- .bg-gray { background: $gray; }
120
- .bg-gray-light { background: $gray-light; }
121
- .bg-gray-lighter { background: $gray-lighter; }
122
- .bg-gray-soft { background: $gray-soft; }
123
- .bg-gray-softer { background: $gray-softer; }
124
- .bg-white { background: $white; }
125
-
126
- .bg-blue-soft { background: $blue-soft; }
127
- .bg-blue-lighter { background: $blue-lighter; }
128
- .bg-blue-light { background: $blue-light; }
129
- .bg-blue { background: $blue; }
130
- .bg-blue-dark { background: $blue-dark; }
131
- .bg-red { background: $red; }
132
- .bg-red-dark { background: $red-dark; }
133
- .bg-yellow { background: $yellow; }
134
- .bg-orange { background: $orange; }
135
- .bg-pink { background: $pink; }
136
- .bg-purple { background: $purple; }
137
- .bg-violett { background: $violett; }
138
-
139
- .bg-brand-color { background: $brand-color; }
140
- .bg-brand-primary { background: $brand-primary; }
141
- .bg-brand-success { background: $brand-success; }
142
- .bg-brand-info { background: $brand-info; }
143
- .bg-brand-warning { background: $brand-warning; }
144
- .bg-brand-danger { background: $brand-danger; }
145
- .bg-brand-one { background: $brand-one; }
146
- .bg-brand-two { background: $brand-two; }
147
- .bg-brand-three { background: $brand-three; }
80
+ @each $clrName, $clrValue in $appColorz {
81
+ .#{$clrName}-bg, .bg-#{$clrName} {
82
+ background: #{ $clrValue };
83
+ }
84
+ .#{$clrName}-text, .text-#{$clrName}, .txt-#{$clrName}, .#{$clrName}-txt,
85
+ .clr-#{$clrName}, .#{$clrName}-clr, .color-#{$clrName}, .#{$clrName}-color {
86
+ color: #{ $clrValue };
87
+ }
88
+ }
148
89
 
@@ -0,0 +1,48 @@
1
+ // -------------------------
2
+ // App colors
3
+ // -------------------------
4
+ $appColorz: (
5
+ brand-color: $brand-color,
6
+ brand-one: $brand-one,
7
+ brand-two: $brand-two,
8
+ brand-three: $brand-three,
9
+ brand-primary: $brand-primary,
10
+ brand-success: $brand-success,
11
+ brand-info: $brand-info,
12
+ brand-warning: $brand-warning,
13
+ brand-danger: $brand-danger,
14
+
15
+ brand: $brand-color,
16
+ one: $brand-one,
17
+ two: $brand-two,
18
+ three: $brand-three,
19
+ primary: $brand-primary,
20
+ success: $brand-success,
21
+ info: $brand-info,
22
+ warning: $brand-warning,
23
+ danger: $brand-danger,
24
+
25
+ black: $black,
26
+ gray-darker: $gray-darker,
27
+ gray-dark: $gray-dark,
28
+ gray: $gray,
29
+ gray-light: $gray-light,
30
+ gray-lighter: $gray-lighter,
31
+ gray-soft: $gray-soft,
32
+ gray-softer: $gray-softer,
33
+ white: $white,
34
+
35
+ blue-soft: $blue-soft,
36
+ blue-lighter: $blue-lighter,
37
+ blue-light: $blue-light,
38
+ blue: $blue,
39
+ blue-dark: $blue-dark,
40
+ green: $green,
41
+ red: $red,
42
+ red-dark: $red-dark,
43
+ yellow: $yellow,
44
+ orange: $orange,
45
+ pink: $pink,
46
+ purple: $purple,
47
+ violett: $violett
48
+ );
@@ -15,6 +15,8 @@
15
15
  @import "magic/lib/filter";
16
16
  @import "magic/lib/forms";
17
17
 
18
+ // load colors
19
+ @import "magic/lib/colors";
18
20
 
19
21
  // load effects
20
22
  // @import "magic/effects/noise";
@@ -15,6 +15,9 @@
15
15
  @import "magic/lib/filter";
16
16
  @import "magic/lib/forms";
17
17
 
18
+ // load colors
19
+ @import "magic/lib/colors";
20
+
18
21
  // load effects
19
22
  @import "magic/effects/noise";
20
23
  @import "magic/effects/shadows";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.82
4
+ version: 0.0.0.83
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-15 00:00:00.000000000 Z
11
+ date: 2015-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -413,6 +413,7 @@ files:
413
413
  - vendor/assets/stylesheets/magic/layout/_tables_v2.scss
414
414
  - vendor/assets/stylesheets/magic/layout/_tables_v3.scss
415
415
  - vendor/assets/stylesheets/magic/lib/_animation.scss
416
+ - vendor/assets/stylesheets/magic/lib/_colors.scss
416
417
  - vendor/assets/stylesheets/magic/lib/_cross_browser.scss
417
418
  - vendor/assets/stylesheets/magic/lib/_filter.scss
418
419
  - vendor/assets/stylesheets/magic/lib/_forms.scss