autoprefixer-rails 0.5.20130617 → 0.5.20130625

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml CHANGED
@@ -1,10 +1,7 @@
1
1
  language: ruby
2
2
  bundler_args: --without development
3
3
  rvm:
4
- - 1.8.7
5
4
  - 1.9.3
6
5
  - 2.0.0
7
- - jruby-18mode
8
6
  - jruby-19mode
9
- - rbx-18mode
10
7
  - rbx-19mode
data/ChangeLog CHANGED
@@ -16,6 +16,10 @@
16
16
  * Speed up regexps in values.
17
17
  * Allow to hack property declarations.
18
18
 
19
+ 20130625:
20
+ * Convert flexbox properties to 2009 and 2012 specifications.
21
+ * Add support for sass-rails 4 final.
22
+
19
23
  == 0.4 (Winter Is Coming)
20
24
  * Remove outdated prefixes.
21
25
  * Add border-radius and box-shadow properties to database.
data/Gemfile.lock CHANGED
@@ -1,81 +1,70 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- autoprefixer-rails (0.5.20130617)
4
+ autoprefixer-rails (0.5.20130625)
5
5
  execjs
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionmailer (3.2.13)
11
- actionpack (= 3.2.13)
10
+ actionmailer (4.0.0)
11
+ actionpack (= 4.0.0)
12
12
  mail (~> 2.5.3)
13
- actionpack (3.2.13)
14
- activemodel (= 3.2.13)
15
- activesupport (= 3.2.13)
16
- builder (~> 3.0.0)
13
+ actionpack (4.0.0)
14
+ activesupport (= 4.0.0)
15
+ builder (~> 3.1.0)
17
16
  erubis (~> 2.7.0)
18
- journey (~> 1.0.4)
19
- rack (~> 1.4.5)
20
- rack-cache (~> 1.2)
21
- rack-test (~> 0.6.1)
22
- sprockets (~> 2.2.1)
23
- activemodel (3.2.13)
24
- activesupport (= 3.2.13)
25
- builder (~> 3.0.0)
26
- activerecord (3.2.13)
27
- activemodel (= 3.2.13)
28
- activesupport (= 3.2.13)
29
- arel (~> 3.0.2)
30
- tzinfo (~> 0.3.29)
31
- activeresource (3.2.13)
32
- activemodel (= 3.2.13)
33
- activesupport (= 3.2.13)
34
- activesupport (3.2.13)
35
- i18n (= 0.6.1)
36
- multi_json (~> 1.0)
37
- arel (3.0.2)
38
- builder (3.0.4)
17
+ rack (~> 1.5.2)
18
+ rack-test (~> 0.6.2)
19
+ activemodel (4.0.0)
20
+ activesupport (= 4.0.0)
21
+ builder (~> 3.1.0)
22
+ activerecord (4.0.0)
23
+ activemodel (= 4.0.0)
24
+ activerecord-deprecated_finders (~> 1.0.2)
25
+ activesupport (= 4.0.0)
26
+ arel (~> 4.0.0)
27
+ activerecord-deprecated_finders (1.0.3)
28
+ activesupport (4.0.0)
29
+ i18n (~> 0.6, >= 0.6.4)
30
+ minitest (~> 4.2)
31
+ multi_json (~> 1.3)
32
+ thread_safe (~> 0.1)
33
+ tzinfo (~> 0.3.37)
34
+ arel (4.0.0)
35
+ atomic (1.1.9)
36
+ builder (3.1.4)
39
37
  diff-lcs (1.2.4)
40
38
  erubis (2.7.0)
41
39
  execjs (1.4.0)
42
40
  multi_json (~> 1.0)
43
41
  hike (1.2.3)
44
- i18n (0.6.1)
45
- journey (1.0.4)
46
- json (1.8.0)
42
+ i18n (0.6.4)
47
43
  libv8 (3.11.8.17)
48
44
  mail (2.5.4)
49
45
  mime-types (~> 1.16)
50
46
  treetop (~> 1.4.8)
51
47
  mime-types (1.23)
48
+ minitest (4.7.5)
52
49
  multi_json (1.7.7)
53
50
  polyglot (0.3.3)
54
- rack (1.4.5)
55
- rack-cache (1.2)
56
- rack (>= 0.4)
57
- rack-ssl (1.3.3)
58
- rack
51
+ rack (1.5.2)
59
52
  rack-test (0.6.2)
60
53
  rack (>= 1.0)
61
- rails (3.2.13)
62
- actionmailer (= 3.2.13)
63
- actionpack (= 3.2.13)
64
- activerecord (= 3.2.13)
65
- activeresource (= 3.2.13)
66
- activesupport (= 3.2.13)
67
- bundler (~> 1.0)
68
- railties (= 3.2.13)
69
- railties (3.2.13)
70
- actionpack (= 3.2.13)
71
- activesupport (= 3.2.13)
72
- rack-ssl (~> 1.3.2)
54
+ rails (4.0.0)
55
+ actionmailer (= 4.0.0)
56
+ actionpack (= 4.0.0)
57
+ activerecord (= 4.0.0)
58
+ activesupport (= 4.0.0)
59
+ bundler (>= 1.3.0, < 2.0)
60
+ railties (= 4.0.0)
61
+ sprockets-rails (~> 2.0.0)
62
+ railties (4.0.0)
63
+ actionpack (= 4.0.0)
64
+ activesupport (= 4.0.0)
73
65
  rake (>= 0.8.7)
74
- rdoc (~> 3.4)
75
- thor (>= 0.14.6, < 2.0)
76
- rake (10.0.4)
77
- rdoc (3.12.2)
78
- json (~> 1.4)
66
+ thor (>= 0.18.1, < 2.0)
67
+ rake (10.1.0)
79
68
  ref (1.0.5)
80
69
  rspec-core (2.13.1)
81
70
  rspec-expectations (2.13.0)
@@ -88,15 +77,21 @@ GEM
88
77
  rspec-core (~> 2.13.0)
89
78
  rspec-expectations (~> 2.13.0)
90
79
  rspec-mocks (~> 2.13.0)
91
- sprockets (2.2.2)
80
+ sprockets (2.10.0)
92
81
  hike (~> 1.2)
93
82
  multi_json (~> 1.0)
94
83
  rack (~> 1.0)
95
84
  tilt (~> 1.1, != 1.3.0)
85
+ sprockets-rails (2.0.0)
86
+ actionpack (>= 3.0)
87
+ activesupport (>= 3.0)
88
+ sprockets (~> 2.8)
96
89
  therubyracer (0.11.4)
97
90
  libv8 (~> 3.11.8.12)
98
91
  ref
99
92
  thor (0.18.1)
93
+ thread_safe (0.1.0)
94
+ atomic
100
95
  tilt (1.4.1)
101
96
  treetop (1.4.14)
102
97
  polyglot
data/README.md CHANGED
@@ -21,7 +21,7 @@ and properties support to add prefixes automatically, using the Asset Pipeline:
21
21
  a {
22
22
  -webkit-transition: -webkit-transform 1s;
23
23
  -o-transition: -o-transform 1s;
24
- transition: -webkit-transform 1s;
24
+ transition: -ms-transform 1s;
25
25
  transition: transform 1s
26
26
  }
27
27
  ```
@@ -35,10 +35,10 @@ Sponsored by [Evil Martians](http://evilmartians.com/).
35
35
 
36
36
  * You write normal CSS (or use Autoprefixer after Sass, Stylus
37
37
  or another preprocessor).
38
- * You write normal properties (not special mixins), so you don’t need to
39
- remember which properties needs to be prefixed.
38
+ * You write normal properties (not special mixins), so you don’t need
39
+ to remember which properties needs to be prefixed.
40
40
  * Autoprefixer uses only necessary prefixes. You choose which browsers
41
- (by default the last 2 versions for each browser).
41
+ (by default the last 2 versions for each browser).
42
42
  Did you know, that prefixes for `border-radius`
43
43
  [have not been necessary](http://caniuse.com/border-radius)
44
44
  for a long time now?
@@ -83,7 +83,7 @@ rake autoprefixer:inspect
83
83
  ### Sprockets
84
84
 
85
85
  If you use Sinatra or other non-Rails frameworks with Sprockets,
86
- just connect your Sprockets environment to Autoprefixer and write CSS
86
+ just connect your Sprockets environment to Autoprefixer and write CSS
87
87
  in the usual way:
88
88
 
89
89
  ```ruby
@@ -32,7 +32,7 @@ module AutoprefixerRails
32
32
  # whitelist of `dirs` to be autoprefxied.
33
33
  def self.install(assets, browsers = nil)
34
34
  assets.register_postprocessor 'text/css', :autoprefixer do |context, css|
35
- if defined?(Sass::Rails) and Sass::Rails::VERSION == '4.0.0.rc2'
35
+ if defined?(Sass::Rails)
36
36
  begin
37
37
  AutoprefixerRails.compile(css, browsers)
38
38
  rescue ExecJS::ProgramError => e
@@ -1,3 +1,3 @@
1
1
  module AutoprefixerRails
2
- VERSION = '0.5.20130617'.freeze unless defined? AutoprefixerRails::VERSION
2
+ VERSION = '0.5.20130625'.freeze unless defined? AutoprefixerRails::VERSION
3
3
  end
@@ -2,7 +2,7 @@ App::Application.configure do
2
2
  config.cache_classes = true
3
3
  config.serve_static_assets = true
4
4
  config.static_cache_control = "public, max-age=3600"
5
- config.whiny_nils = true
5
+ config.eager_load = false
6
6
  config.consider_all_requests_local = true
7
7
  config.action_controller.perform_caching = false
8
8
  config.action_dispatch.show_exceptions = false
@@ -0,0 +1 @@
1
+ App::Application.config.secret_key_base = 'test'
@@ -216,17 +216,23 @@ module.exports = function(css, options){
216
216
  var lines = str.match(/\n/g);
217
217
  if (lines) lineno += lines.length;
218
218
  var i = str.lastIndexOf('\n');
219
- column = ~i ? str.length-i : column + str.length;
219
+ column = ~i ? str.length - i : column + str.length;
220
220
  }
221
221
 
222
+ /**
223
+ * Mark position and patch `node.position`.
224
+ */
225
+
222
226
  function position() {
223
227
  var start = { line: lineno, column: column };
224
228
  if (!options.position) return positionNoop;
229
+
225
230
  return function(node){
226
231
  node.position = {
227
232
  start: start,
228
233
  end: { line: lineno, column: column }
229
234
  };
235
+
230
236
  whitespace();
231
237
  return node;
232
238
  }
@@ -235,11 +241,24 @@ module.exports = function(css, options){
235
241
  /**
236
242
  * Return `node`.
237
243
  */
244
+
238
245
  function positionNoop(node) {
239
246
  whitespace();
240
247
  return node;
241
248
  }
242
249
 
250
+ /**
251
+ * Error `msg`.
252
+ */
253
+
254
+ function error(msg) {
255
+ var err = new Error(msg + ' near line ' + lineno + ':' + column);
256
+ err.line = lineno;
257
+ err.column = column;
258
+ err.source = css;
259
+ throw err;
260
+ }
261
+
243
262
  /**
244
263
  * Parse stylesheet.
245
264
  */
@@ -334,6 +353,7 @@ module.exports = function(css, options){
334
353
  updatePosition(str);
335
354
  css = css.slice(i);
336
355
  column += 2;
356
+
337
357
  return pos({
338
358
  type: 'comment',
339
359
  comment: str
@@ -363,11 +383,11 @@ module.exports = function(css, options){
363
383
  prop = prop[0];
364
384
 
365
385
  // :
366
- if (!match(/^:\s*/)) return;
386
+ if (!match(/^:\s*/)) return error("property missing ':'");
367
387
 
368
388
  // val
369
389
  var val = match(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^\)]*?\)|[^};])+)/);
370
- if (!val) return;
390
+ if (!val) return error('property missing value');
371
391
 
372
392
  var ret = pos({
373
393
  type: 'declaration',
@@ -377,6 +397,7 @@ module.exports = function(css, options){
377
397
 
378
398
  // ;
379
399
  match(/^[;\s]*/);
400
+
380
401
  return ret;
381
402
  }
382
403
 
@@ -387,7 +408,7 @@ module.exports = function(css, options){
387
408
  function declarations() {
388
409
  var decls = [];
389
410
 
390
- if (!open()) return;
411
+ if (!open()) return error("missing '{'");
391
412
  comments(decls);
392
413
 
393
414
  // declarations
@@ -397,7 +418,7 @@ module.exports = function(css, options){
397
418
  comments(decls);
398
419
  }
399
420
 
400
- if (!close()) return;
421
+ if (!close()) return error("missing '}'");
401
422
  return decls;
402
423
  }
403
424
 
@@ -437,10 +458,10 @@ module.exports = function(css, options){
437
458
 
438
459
  // identifier
439
460
  var m = match(/^([-\w]+)\s*/);
440
- if (!m) return;
461
+ if (!m) return error("@keyframes missing name");
441
462
  var name = m[1];
442
463
 
443
- if (!open()) return;
464
+ if (!open()) return error("@keyframes missing '{'");
444
465
  comments();
445
466
 
446
467
  var frame;
@@ -450,7 +471,7 @@ module.exports = function(css, options){
450
471
  comments();
451
472
  }
452
473
 
453
- if (!close()) return;
474
+ if (!close()) return error("@keyframes missing '}'");
454
475
 
455
476
  return pos({
456
477
  type: 'keyframes',
@@ -471,12 +492,12 @@ module.exports = function(css, options){
471
492
  if (!m) return;
472
493
  var supports = m[1].trim();
473
494
 
474
- if (!open()) return;
495
+ if (!open()) return error("@supports missing '{'");
475
496
  comments();
476
497
 
477
498
  var style = rules();
478
499
 
479
- if (!close()) return;
500
+ if (!close()) return error("@supports missing '}'");
480
501
 
481
502
  return pos({
482
503
  type: 'supports',
@@ -496,12 +517,12 @@ module.exports = function(css, options){
496
517
  if (!m) return;
497
518
  var media = m[1].trim();
498
519
 
499
- if (!open()) return;
520
+ if (!open()) return error("@media missing '{'");
500
521
  comments();
501
522
 
502
523
  var style = rules();
503
524
 
504
- if (!close()) return;
525
+ if (!close()) return error("@media missing '}'");
505
526
 
506
527
  return pos({
507
528
  type: 'media',
@@ -522,7 +543,7 @@ module.exports = function(css, options){
522
543
  var sel = selector() || [];
523
544
  var decls = [];
524
545
 
525
- if (!open()) return;
546
+ if (!open()) return error("@page missing '{'");
526
547
  comments();
527
548
 
528
549
  // declarations
@@ -532,7 +553,7 @@ module.exports = function(css, options){
532
553
  comments();
533
554
  }
534
555
 
535
- if (!close()) return;
556
+ if (!close()) return error("@page missing '}'");
536
557
 
537
558
  return pos({
538
559
  type: 'page',
@@ -550,15 +571,15 @@ module.exports = function(css, options){
550
571
  var m = match(/^@([-\w]+)?document *([^{]+)/);
551
572
  if (!m) return;
552
573
 
553
- var vendor = m[1].trim();
574
+ var vendor = (m[1] || '').trim();
554
575
  var doc = m[2].trim();
555
576
 
556
- if (!open()) return;
577
+ if (!open()) return error("@document missing '{'");
557
578
  comments();
558
579
 
559
580
  var style = rules();
560
581
 
561
- if (!close()) return;
582
+ if (!close()) return error("@document missing '}'");
562
583
 
563
584
  return pos({
564
585
  type: 'document',
@@ -1093,16 +1114,13 @@ require.register("autoprefixer/data/prefixes.js", function(exports, require, mod
1093
1114
  browsers: ["ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 5.1", "opera 12", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1094
1115
  },
1095
1116
  "align-content": {
1096
- browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"],
1097
- transition: true
1117
+ browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1098
1118
  },
1099
1119
  "align-items": {
1100
- browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"],
1101
- transition: true
1120
+ browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1102
1121
  },
1103
1122
  "align-self": {
1104
- browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"],
1105
- transition: true
1123
+ browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1106
1124
  },
1107
1125
  animation: {
1108
1126
  browsers: ["ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 5.1", "opera 12", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
@@ -1227,53 +1245,43 @@ require.register("autoprefixer/data/prefixes.js", function(exports, require, mod
1227
1245
  browsers: ["ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 22", "ff 23", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"],
1228
1246
  transition: true
1229
1247
  },
1248
+ "display-flex": {
1249
+ browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1250
+ },
1230
1251
  filter: {
1231
1252
  browsers: ["chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 6", "safari 7", "opera 15", "ios 6", "ios 6.1", "ios 7", "bb 10"],
1232
1253
  transition: true
1233
1254
  },
1234
1255
  flex: {
1235
- browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"],
1236
- transition: true
1256
+ browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1237
1257
  },
1238
1258
  "flex-basis": {
1239
- browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"],
1240
- transition: true
1259
+ browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1241
1260
  },
1242
1261
  "flex-direction": {
1243
- browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"],
1244
- transition: true
1262
+ browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1245
1263
  },
1246
1264
  "flex-flow": {
1247
- browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"],
1248
- transition: true
1265
+ browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1249
1266
  },
1250
1267
  "flex-grow": {
1251
- browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"],
1252
- transition: true
1268
+ browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1253
1269
  },
1254
1270
  "flex-shrink": {
1255
- browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"],
1256
- transition: true
1271
+ browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1257
1272
  },
1258
1273
  "flex-wrap": {
1259
- browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"],
1260
- transition: true
1261
- },
1262
- "inline-flex": {
1263
- props: ["display"],
1264
1274
  browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1265
1275
  },
1266
1276
  "justify-content": {
1267
- browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"],
1268
- transition: true
1277
+ browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1269
1278
  },
1270
1279
  "linear-gradient": {
1271
1280
  props: ["background", "background-image"],
1272
1281
  browsers: ["ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "safari 4", "safari 5", "safari 6", "safari 7", "safari 5.1", "opera 12", "opera 11.1", "opera 11.5", "opera 11.6", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1273
1282
  },
1274
1283
  order: {
1275
- browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"],
1276
- transition: true
1284
+ browsers: ["ie 10", "ff 2", "ff 3", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"]
1277
1285
  },
1278
1286
  perspective: {
1279
1287
  browsers: ["ie 9", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 3.5", "ff 3.6", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "safari 4", "safari 5", "safari 6", "safari 7", "safari 3.1", "safari 3.2", "safari 5.1", "opera 11", "opera 12", "opera 15", "opera 10.5", "opera 10.6", "opera 11.1", "opera 11.5", "opera 11.6", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "android 3", "android 4", "android 2.1", "android 2.2", "android 2.3", "android 4.1", "android 4.2", "bb 7", "bb 10"],
@@ -1868,7 +1876,7 @@ require.register("autoprefixer/lib/autoprefixer/declaration.js", function(export
1868
1876
  unprefixed = prop.slice(separator);
1869
1877
  return [prefix, unprefixed];
1870
1878
  } else {
1871
- return [void 0, prop];
1879
+ return ['', prop];
1872
1880
  }
1873
1881
  };
1874
1882
 
@@ -1950,6 +1958,146 @@ require.register("autoprefixer/lib/autoprefixer/declaration.js", function(export
1950
1958
 
1951
1959
  }).call(this);
1952
1960
 
1961
+ });
1962
+ require.register("autoprefixer/lib/autoprefixer/hacks/align-content.js", function(exports, require, module){
1963
+ (function() {
1964
+ var AlignContent, FlexDeclaration,
1965
+ __hasProp = {}.hasOwnProperty,
1966
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
1967
+
1968
+ FlexDeclaration = require('./flex-declaration');
1969
+
1970
+ AlignContent = (function(_super) {
1971
+ __extends(AlignContent, _super);
1972
+
1973
+ AlignContent.names = ['align-content', 'flex-line-pack'];
1974
+
1975
+ AlignContent.oldValues = {
1976
+ 'flex-end': 'end',
1977
+ 'flex-start': 'start',
1978
+ 'space-between': 'justify',
1979
+ 'space-around': 'distribute'
1980
+ };
1981
+
1982
+ function AlignContent() {
1983
+ AlignContent.__super__.constructor.apply(this, arguments);
1984
+ this.unprefixed = 'align-content';
1985
+ this.prop = this.prefix + this.unprefixed;
1986
+ }
1987
+
1988
+ AlignContent.prototype.prefixProp = function(prefix) {
1989
+ var oldValue, spec;
1990
+ spec = this.flexSpec(prefix);
1991
+ if (spec.v2012) {
1992
+ oldValue = AlignContent.oldValues[this.value] || this.value;
1993
+ this.insertBefore(prefix + 'flex-line-pack', oldValue);
1994
+ }
1995
+ if (spec.final) {
1996
+ return AlignContent.__super__.prefixProp.apply(this, arguments);
1997
+ }
1998
+ };
1999
+
2000
+ return AlignContent;
2001
+
2002
+ })(FlexDeclaration);
2003
+
2004
+ module.exports = AlignContent;
2005
+
2006
+ }).call(this);
2007
+
2008
+ });
2009
+ require.register("autoprefixer/lib/autoprefixer/hacks/align-items.js", function(exports, require, module){
2010
+ (function() {
2011
+ var AlignItems, FlexDeclaration,
2012
+ __hasProp = {}.hasOwnProperty,
2013
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
2014
+
2015
+ FlexDeclaration = require('./flex-declaration');
2016
+
2017
+ AlignItems = (function(_super) {
2018
+ __extends(AlignItems, _super);
2019
+
2020
+ AlignItems.names = ['align-items', 'flex-align', 'box-align'];
2021
+
2022
+ AlignItems.oldValues = {
2023
+ 'flex-end': 'end',
2024
+ 'flex-start': 'start'
2025
+ };
2026
+
2027
+ function AlignItems() {
2028
+ AlignItems.__super__.constructor.apply(this, arguments);
2029
+ this.unprefixed = 'align-items';
2030
+ this.prop = this.prefix + this.unprefixed;
2031
+ }
2032
+
2033
+ AlignItems.prototype.prefixProp = function(prefix) {
2034
+ var oldValue, spec;
2035
+ spec = this.flexSpec(prefix);
2036
+ oldValue = AlignItems.oldValues[this.value] || this.value;
2037
+ if (spec.v2009) {
2038
+ this.insertBefore(prefix + 'box-align', oldValue);
2039
+ }
2040
+ if (spec.v2012) {
2041
+ this.insertBefore(prefix + 'flex-align', oldValue);
2042
+ }
2043
+ if (spec.final) {
2044
+ return AlignItems.__super__.prefixProp.apply(this, arguments);
2045
+ }
2046
+ };
2047
+
2048
+ return AlignItems;
2049
+
2050
+ })(FlexDeclaration);
2051
+
2052
+ module.exports = AlignItems;
2053
+
2054
+ }).call(this);
2055
+
2056
+ });
2057
+ require.register("autoprefixer/lib/autoprefixer/hacks/align-self.js", function(exports, require, module){
2058
+ (function() {
2059
+ var AlignSelf, FlexDeclaration,
2060
+ __hasProp = {}.hasOwnProperty,
2061
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
2062
+
2063
+ FlexDeclaration = require('./flex-declaration');
2064
+
2065
+ AlignSelf = (function(_super) {
2066
+ __extends(AlignSelf, _super);
2067
+
2068
+ AlignSelf.names = ['align-self', 'flex-item-align'];
2069
+
2070
+ AlignSelf.oldValues = {
2071
+ 'flex-end': 'end',
2072
+ 'flex-start': 'start'
2073
+ };
2074
+
2075
+ function AlignSelf() {
2076
+ AlignSelf.__super__.constructor.apply(this, arguments);
2077
+ this.unprefixed = 'align-self';
2078
+ this.prop = this.prefix + this.unprefixed;
2079
+ }
2080
+
2081
+ AlignSelf.prototype.prefixProp = function(prefix) {
2082
+ var oldValue, spec;
2083
+ spec = this.flexSpec(prefix);
2084
+ if (spec.v2012) {
2085
+ oldValue = AlignSelf.oldValues[this.value] || this.value;
2086
+ this.insertBefore(prefix + 'flex-item-align', oldValue);
2087
+ }
2088
+ if (spec.final) {
2089
+ return AlignSelf.__super__.prefixProp.apply(this, arguments);
2090
+ }
2091
+ };
2092
+
2093
+ return AlignSelf;
2094
+
2095
+ })(FlexDeclaration);
2096
+
2097
+ module.exports = AlignSelf;
2098
+
2099
+ }).call(this);
2100
+
1953
2101
  });
1954
2102
  require.register("autoprefixer/lib/autoprefixer/hacks/border-radius.js", function(exports, require, module){
1955
2103
  (function() {
@@ -2014,6 +2162,68 @@ require.register("autoprefixer/lib/autoprefixer/hacks/border-radius.js", functio
2014
2162
 
2015
2163
  }).call(this);
2016
2164
 
2165
+ });
2166
+ require.register("autoprefixer/lib/autoprefixer/hacks/display-flex.js", function(exports, require, module){
2167
+ (function() {
2168
+ var DisplayFlex, FlexDeclaration,
2169
+ __hasProp = {}.hasOwnProperty,
2170
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
2171
+
2172
+ FlexDeclaration = require('./flex-declaration');
2173
+
2174
+ DisplayFlex = (function(_super) {
2175
+ __extends(DisplayFlex, _super);
2176
+
2177
+ DisplayFlex.names = ['display'];
2178
+
2179
+ function DisplayFlex() {
2180
+ var name, prefix, _ref;
2181
+ DisplayFlex.__super__.constructor.apply(this, arguments);
2182
+ _ref = FlexDeclaration.split(this.value), prefix = _ref[0], name = _ref[1];
2183
+ if (name === 'flex' || name === 'box' || name === 'flexbox') {
2184
+ this.prefix = prefix;
2185
+ this.unprefixed = 'display-flex';
2186
+ this.prop = this.prefix + this.unprefixed;
2187
+ } else if (name === 'inline-flex' || name === 'inline-flexbox') {
2188
+ this.prefix = prefix;
2189
+ this.unprefixed = 'display-flex';
2190
+ this.prop = this.prefix + this.unprefixed;
2191
+ this.inline = true;
2192
+ }
2193
+ }
2194
+
2195
+ DisplayFlex.prototype.prefixProp = function(prefix) {
2196
+ var spec;
2197
+ if (this.unprefixed !== 'display-flex') {
2198
+ return DisplayFlex.__super__.prefixProp.apply(this, arguments);
2199
+ } else {
2200
+ spec = this.flexSpec(prefix);
2201
+ if (spec.v2009) {
2202
+ if (!this.inline) {
2203
+ this.prefixDisplay(prefix, 'box');
2204
+ }
2205
+ }
2206
+ if (spec.v2012) {
2207
+ this.prefixDisplay(prefix, this.inline ? 'inline-flexbox' : 'flexbox');
2208
+ }
2209
+ if (spec.final) {
2210
+ return this.prefixDisplay(prefix, this.inline ? 'inline-flex' : 'flex');
2211
+ }
2212
+ }
2213
+ };
2214
+
2215
+ DisplayFlex.prototype.prefixDisplay = function(prefix, name) {
2216
+ return this.insertBefore('display', prefix + name);
2217
+ };
2218
+
2219
+ return DisplayFlex;
2220
+
2221
+ })(FlexDeclaration);
2222
+
2223
+ module.exports = DisplayFlex;
2224
+
2225
+ }).call(this);
2226
+
2017
2227
  });
2018
2228
  require.register("autoprefixer/lib/autoprefixer/hacks/filter.js", function(exports, require, module){
2019
2229
  (function() {
@@ -2043,6 +2253,314 @@ require.register("autoprefixer/lib/autoprefixer/hacks/filter.js", function(expor
2043
2253
 
2044
2254
  }).call(this);
2045
2255
 
2256
+ });
2257
+ require.register("autoprefixer/lib/autoprefixer/hacks/flex-basis.js", function(exports, require, module){
2258
+ (function() {
2259
+ var FlexBasis, FlexDeclaration, _ref,
2260
+ __hasProp = {}.hasOwnProperty,
2261
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
2262
+
2263
+ FlexDeclaration = require('./flex-declaration');
2264
+
2265
+ FlexBasis = (function(_super) {
2266
+ __extends(FlexBasis, _super);
2267
+
2268
+ function FlexBasis() {
2269
+ _ref = FlexBasis.__super__.constructor.apply(this, arguments);
2270
+ return _ref;
2271
+ }
2272
+
2273
+ FlexBasis.names = ['flex-basis'];
2274
+
2275
+ FlexBasis.prototype.prefixProp = function(prefix) {
2276
+ var spec;
2277
+ spec = this.flexSpec(prefix);
2278
+ if (spec.v2012) {
2279
+ this.insertBefore(prefix + 'flex', '0 1 ' + this.value);
2280
+ }
2281
+ if (spec.final) {
2282
+ return FlexBasis.__super__.prefixProp.apply(this, arguments);
2283
+ }
2284
+ };
2285
+
2286
+ return FlexBasis;
2287
+
2288
+ })(FlexDeclaration);
2289
+
2290
+ module.exports = FlexBasis;
2291
+
2292
+ }).call(this);
2293
+
2294
+ });
2295
+ require.register("autoprefixer/lib/autoprefixer/hacks/flex-declaration.js", function(exports, require, module){
2296
+ (function() {
2297
+ var Declaration, FlexDeclaration, _ref,
2298
+ __hasProp = {}.hasOwnProperty,
2299
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
2300
+
2301
+ Declaration = require('../declaration');
2302
+
2303
+ FlexDeclaration = (function(_super) {
2304
+ __extends(FlexDeclaration, _super);
2305
+
2306
+ function FlexDeclaration() {
2307
+ _ref = FlexDeclaration.__super__.constructor.apply(this, arguments);
2308
+ return _ref;
2309
+ }
2310
+
2311
+ FlexDeclaration.prototype.flexSpec = function(prefix) {
2312
+ return {
2313
+ v2009: prefix === '-webkit-' || prefix === '-moz-',
2314
+ v2012: prefix === '-ms-',
2315
+ final: prefix === '-webkit-'
2316
+ };
2317
+ };
2318
+
2319
+ return FlexDeclaration;
2320
+
2321
+ })(Declaration);
2322
+
2323
+ module.exports = FlexDeclaration;
2324
+
2325
+ }).call(this);
2326
+
2327
+ });
2328
+ require.register("autoprefixer/lib/autoprefixer/hacks/flex-direction.js", function(exports, require, module){
2329
+ (function() {
2330
+ var FlexDeclaration, FlexDirection,
2331
+ __hasProp = {}.hasOwnProperty,
2332
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
2333
+
2334
+ FlexDeclaration = require('./flex-declaration');
2335
+
2336
+ FlexDirection = (function(_super) {
2337
+ __extends(FlexDirection, _super);
2338
+
2339
+ FlexDirection.names = ['flex-direction', 'box-direction', 'box-orient'];
2340
+
2341
+ function FlexDirection() {
2342
+ FlexDirection.__super__.constructor.apply(this, arguments);
2343
+ this.unprefixed = 'flex-direction';
2344
+ this.prop = this.prefix + this.unprefixed;
2345
+ }
2346
+
2347
+ FlexDirection.prototype.prefixProp = function(prefix) {
2348
+ var spec;
2349
+ spec = this.flexSpec(prefix);
2350
+ if (spec.v2009) {
2351
+ this.insertBefore(prefix + 'box-orient', this.value.indexOf('row') !== -1 ? 'horizontal' : 'vertical');
2352
+ this.insertBefore(prefix + 'box-direction', this.value.indexOf('reverse') !== -1 ? 'reverse' : 'normal');
2353
+ }
2354
+ if (spec.v2012 || spec.final) {
2355
+ return FlexDirection.__super__.prefixProp.apply(this, arguments);
2356
+ }
2357
+ };
2358
+
2359
+ return FlexDirection;
2360
+
2361
+ })(FlexDeclaration);
2362
+
2363
+ module.exports = FlexDirection;
2364
+
2365
+ }).call(this);
2366
+
2367
+ });
2368
+ require.register("autoprefixer/lib/autoprefixer/hacks/flex-flow.js", function(exports, require, module){
2369
+ (function() {
2370
+ var FlexDeclaration, FlexFlow, _ref,
2371
+ __hasProp = {}.hasOwnProperty,
2372
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
2373
+
2374
+ FlexDeclaration = require('./flex-declaration');
2375
+
2376
+ FlexFlow = (function(_super) {
2377
+ __extends(FlexFlow, _super);
2378
+
2379
+ function FlexFlow() {
2380
+ _ref = FlexFlow.__super__.constructor.apply(this, arguments);
2381
+ return _ref;
2382
+ }
2383
+
2384
+ FlexFlow.names = ['flex-flow'];
2385
+
2386
+ FlexFlow.prototype.prefixProp = function(prefix) {
2387
+ var spec;
2388
+ spec = this.flexSpec(prefix);
2389
+ if (spec.v2012) {
2390
+ FlexFlow.__super__.prefixProp.apply(this, arguments);
2391
+ }
2392
+ if (spec.final) {
2393
+ return FlexFlow.__super__.prefixProp.apply(this, arguments);
2394
+ }
2395
+ };
2396
+
2397
+ return FlexFlow;
2398
+
2399
+ })(FlexDeclaration);
2400
+
2401
+ module.exports = FlexFlow;
2402
+
2403
+ }).call(this);
2404
+
2405
+ });
2406
+ require.register("autoprefixer/lib/autoprefixer/hacks/flex-grow.js", function(exports, require, module){
2407
+ (function() {
2408
+ var Flex, FlexDeclaration, _ref,
2409
+ __hasProp = {}.hasOwnProperty,
2410
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
2411
+
2412
+ FlexDeclaration = require('./flex-declaration');
2413
+
2414
+ Flex = (function(_super) {
2415
+ __extends(Flex, _super);
2416
+
2417
+ function Flex() {
2418
+ _ref = Flex.__super__.constructor.apply(this, arguments);
2419
+ return _ref;
2420
+ }
2421
+
2422
+ Flex.names = ['flex-grow'];
2423
+
2424
+ Flex.prototype.prefixProp = function(prefix) {
2425
+ var spec;
2426
+ spec = this.flexSpec(prefix);
2427
+ if (spec.v2009) {
2428
+ this.insertBefore(prefix + 'box-flex', this.value);
2429
+ }
2430
+ if (spec.v2012) {
2431
+ this.insertBefore(prefix + 'flex', this.value);
2432
+ }
2433
+ if (spec.final) {
2434
+ return Flex.__super__.prefixProp.apply(this, arguments);
2435
+ }
2436
+ };
2437
+
2438
+ return Flex;
2439
+
2440
+ })(FlexDeclaration);
2441
+
2442
+ module.exports = Flex;
2443
+
2444
+ }).call(this);
2445
+
2446
+ });
2447
+ require.register("autoprefixer/lib/autoprefixer/hacks/flex-shrink.js", function(exports, require, module){
2448
+ (function() {
2449
+ var FlexDeclaration, FlexShrink, _ref,
2450
+ __hasProp = {}.hasOwnProperty,
2451
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
2452
+
2453
+ FlexDeclaration = require('./flex-declaration');
2454
+
2455
+ FlexShrink = (function(_super) {
2456
+ __extends(FlexShrink, _super);
2457
+
2458
+ function FlexShrink() {
2459
+ _ref = FlexShrink.__super__.constructor.apply(this, arguments);
2460
+ return _ref;
2461
+ }
2462
+
2463
+ FlexShrink.names = ['flex-shrink'];
2464
+
2465
+ FlexShrink.prototype.prefixProp = function(prefix) {
2466
+ var spec;
2467
+ spec = this.flexSpec(prefix);
2468
+ if (spec.v2012) {
2469
+ this.insertBefore(prefix + 'flex', '0 ' + this.value);
2470
+ }
2471
+ if (spec.final) {
2472
+ return FlexShrink.__super__.prefixProp.apply(this, arguments);
2473
+ }
2474
+ };
2475
+
2476
+ return FlexShrink;
2477
+
2478
+ })(FlexDeclaration);
2479
+
2480
+ module.exports = FlexShrink;
2481
+
2482
+ }).call(this);
2483
+
2484
+ });
2485
+ require.register("autoprefixer/lib/autoprefixer/hacks/flex-wrap.js", function(exports, require, module){
2486
+ (function() {
2487
+ var FlexDeclaration, FlexWrap, _ref,
2488
+ __hasProp = {}.hasOwnProperty,
2489
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
2490
+
2491
+ FlexDeclaration = require('./flex-declaration');
2492
+
2493
+ FlexWrap = (function(_super) {
2494
+ __extends(FlexWrap, _super);
2495
+
2496
+ function FlexWrap() {
2497
+ _ref = FlexWrap.__super__.constructor.apply(this, arguments);
2498
+ return _ref;
2499
+ }
2500
+
2501
+ FlexWrap.names = ['flex-wrap'];
2502
+
2503
+ FlexWrap.prototype.prefixProp = function(prefix) {
2504
+ var spec;
2505
+ spec = this.flexSpec(prefix);
2506
+ if (spec.v2012) {
2507
+ FlexWrap.__super__.prefixProp.apply(this, arguments);
2508
+ }
2509
+ if (spec.final) {
2510
+ return FlexWrap.__super__.prefixProp.apply(this, arguments);
2511
+ }
2512
+ };
2513
+
2514
+ return FlexWrap;
2515
+
2516
+ })(FlexDeclaration);
2517
+
2518
+ module.exports = FlexWrap;
2519
+
2520
+ }).call(this);
2521
+
2522
+ });
2523
+ require.register("autoprefixer/lib/autoprefixer/hacks/flex.js", function(exports, require, module){
2524
+ (function() {
2525
+ var Flex, FlexDeclaration,
2526
+ __hasProp = {}.hasOwnProperty,
2527
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
2528
+
2529
+ FlexDeclaration = require('./flex-declaration');
2530
+
2531
+ Flex = (function(_super) {
2532
+ __extends(Flex, _super);
2533
+
2534
+ Flex.names = ['flex', 'box-flex'];
2535
+
2536
+ function Flex() {
2537
+ Flex.__super__.constructor.apply(this, arguments);
2538
+ this.unprefixed = 'flex';
2539
+ this.prop = this.prefix + this.unprefixed;
2540
+ }
2541
+
2542
+ Flex.prototype.prefixProp = function(prefix) {
2543
+ var spec;
2544
+ spec = this.flexSpec(prefix);
2545
+ if (spec.v2009) {
2546
+ this.insertBefore(prefix + 'box-flex', this.value);
2547
+ }
2548
+ if (spec.v2012) {
2549
+ Flex.__super__.prefixProp.apply(this, arguments);
2550
+ }
2551
+ if (spec.final) {
2552
+ return Flex.__super__.prefixProp.apply(this, arguments);
2553
+ }
2554
+ };
2555
+
2556
+ return Flex;
2557
+
2558
+ })(FlexDeclaration);
2559
+
2560
+ module.exports = Flex;
2561
+
2562
+ }).call(this);
2563
+
2046
2564
  });
2047
2565
  require.register("autoprefixer/lib/autoprefixer/hacks/gradient.js", function(exports, require, module){
2048
2566
  (function() {
@@ -2140,6 +2658,101 @@ require.register("autoprefixer/lib/autoprefixer/hacks/gradient.js", function(exp
2140
2658
 
2141
2659
  }).call(this);
2142
2660
 
2661
+ });
2662
+ require.register("autoprefixer/lib/autoprefixer/hacks/justify-content.js", function(exports, require, module){
2663
+ (function() {
2664
+ var FlexDeclaration, JustifyContent,
2665
+ __hasProp = {}.hasOwnProperty,
2666
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
2667
+
2668
+ FlexDeclaration = require('./flex-declaration');
2669
+
2670
+ JustifyContent = (function(_super) {
2671
+ __extends(JustifyContent, _super);
2672
+
2673
+ JustifyContent.names = ['justify-content', 'flex-pack', 'box-pack'];
2674
+
2675
+ JustifyContent.oldValues = {
2676
+ 'flex-end': 'end',
2677
+ 'flex-start': 'start',
2678
+ 'space-between': 'justify',
2679
+ 'space-around': 'distribute'
2680
+ };
2681
+
2682
+ function JustifyContent() {
2683
+ JustifyContent.__super__.constructor.apply(this, arguments);
2684
+ this.unprefixed = 'justify-content';
2685
+ this.prop = this.prefix + this.unprefixed;
2686
+ }
2687
+
2688
+ JustifyContent.prototype.prefixProp = function(prefix) {
2689
+ var oldValue, spec;
2690
+ spec = this.flexSpec(prefix);
2691
+ oldValue = JustifyContent.oldValues[this.value] || this.value;
2692
+ if (spec.v2009) {
2693
+ if (this.value !== 'space-around') {
2694
+ this.insertBefore(prefix + 'box-pack', oldValue);
2695
+ }
2696
+ }
2697
+ if (spec.v2012) {
2698
+ this.insertBefore(prefix + 'flex-pack', oldValue);
2699
+ }
2700
+ if (spec.final) {
2701
+ return JustifyContent.__super__.prefixProp.apply(this, arguments);
2702
+ }
2703
+ };
2704
+
2705
+ return JustifyContent;
2706
+
2707
+ })(FlexDeclaration);
2708
+
2709
+ module.exports = JustifyContent;
2710
+
2711
+ }).call(this);
2712
+
2713
+ });
2714
+ require.register("autoprefixer/lib/autoprefixer/hacks/order.js", function(exports, require, module){
2715
+ (function() {
2716
+ var FlexDeclaration, Order,
2717
+ __hasProp = {}.hasOwnProperty,
2718
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
2719
+
2720
+ FlexDeclaration = require('./flex-declaration');
2721
+
2722
+ Order = (function(_super) {
2723
+ __extends(Order, _super);
2724
+
2725
+ Order.names = ['order', 'flex-order', 'box-ordinal-group'];
2726
+
2727
+ function Order() {
2728
+ Order.__super__.constructor.apply(this, arguments);
2729
+ this.unprefixed = 'order';
2730
+ this.prop = this.prefix + this.unprefixed;
2731
+ }
2732
+
2733
+ Order.prototype.prefixProp = function(prefix) {
2734
+ var oldValue, spec;
2735
+ spec = this.flexSpec(prefix);
2736
+ if (spec.v2009) {
2737
+ oldValue = parseInt(this.value) + 1;
2738
+ this.insertBefore(prefix + 'box-ordinal-group', oldValue.toString());
2739
+ }
2740
+ if (spec.v2012) {
2741
+ this.insertBefore(prefix + 'flex-order', this.value);
2742
+ }
2743
+ if (spec.final) {
2744
+ return Order.__super__.prefixProp.apply(this, arguments);
2745
+ }
2746
+ };
2747
+
2748
+ return Order;
2749
+
2750
+ })(FlexDeclaration);
2751
+
2752
+ module.exports = Order;
2753
+
2754
+ }).call(this);
2755
+
2143
2756
  });
2144
2757
  require.register("autoprefixer/lib/autoprefixer/inspect.js", function(exports, require, module){
2145
2758
  (function() {
@@ -2540,6 +3153,32 @@ require.register("autoprefixer/lib/autoprefixer/rule.js", function(exports, requ
2540
3153
 
2541
3154
  Declaration.register(require('./hacks/border-radius'));
2542
3155
 
3156
+ Declaration.register(require('./hacks/flex'));
3157
+
3158
+ Declaration.register(require('./hacks/order'));
3159
+
3160
+ Declaration.register(require('./hacks/flex-grow'));
3161
+
3162
+ Declaration.register(require('./hacks/flex-wrap'));
3163
+
3164
+ Declaration.register(require('./hacks/flex-flow'));
3165
+
3166
+ Declaration.register(require('./hacks/align-self'));
3167
+
3168
+ Declaration.register(require('./hacks/flex-basis'));
3169
+
3170
+ Declaration.register(require('./hacks/flex-shrink'));
3171
+
3172
+ Declaration.register(require('./hacks/align-items'));
3173
+
3174
+ Declaration.register(require('./hacks/display-flex'));
3175
+
3176
+ Declaration.register(require('./hacks/align-content'));
3177
+
3178
+ Declaration.register(require('./hacks/flex-direction'));
3179
+
3180
+ Declaration.register(require('./hacks/justify-content'));
3181
+
2543
3182
  Rule = (function() {
2544
3183
  function Rule(declarations, prefix) {
2545
3184
  this.declarations = declarations;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoprefixer-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.20130617
4
+ version: 0.5.20130625
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-17 00:00:00.000000000 Z
12
+ date: 2013-06-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: execjs
@@ -62,6 +62,7 @@ files:
62
62
  - spec/app/config/boot.rb
63
63
  - spec/app/config/environment.rb
64
64
  - spec/app/config/environments/test.rb
65
+ - spec/app/config/initializers/secret_token.rb
65
66
  - spec/app/config/routes.rb
66
67
  - spec/app/vendor/assets/stylesheets/foreign.css
67
68
  - spec/autoprefixer_spec.rb
@@ -82,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
82
83
  version: '0'
83
84
  segments:
84
85
  - 0
85
- hash: 1818575999731197574
86
+ hash: -1831238161301491093
86
87
  required_rubygems_version: !ruby/object:Gem::Requirement
87
88
  none: false
88
89
  requirements:
@@ -91,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
92
  version: '0'
92
93
  segments:
93
94
  - 0
94
- hash: 1818575999731197574
95
+ hash: -1831238161301491093
95
96
  requirements: []
96
97
  rubyforge_project:
97
98
  rubygems_version: 1.8.23