autoprefixer-rails 9.8.3 → 9.8.4

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
  SHA256:
3
- metadata.gz: 90554424ea1c7100fd213bc53f071d27f25874b688c0114a1aa9302bb83879af
4
- data.tar.gz: 0c776f373d878a0e17a118998dd9b61a65f5090a76bd9b9e6d5ac7c19671dc14
3
+ metadata.gz: 0fc7b232a145a5dcc1438642e46c50defcf693574e5c9ae3f2123987e3d269e2
4
+ data.tar.gz: f225ad1f11ed890360fa808b7e3130d324ef15c8ba668b5e6861cec7ea105ba7
5
5
  SHA512:
6
- metadata.gz: 57df71bcfaf43a41bc33287dc3440a45a399b58586b6362ef830a7a17d9d4938997e8cac0d3eb1e3fa7a44411e1d8fe845db2f9191a1ac0397e1aed0b969f1f8
7
- data.tar.gz: 010ae02f2598e20c896d8cc690411b841f7d7e6c15a96798d781e27c59b109d83fd5a460f8eabc58b8b4f0766c94a8e90d52a7e58eb3e747461106a561f21e34
6
+ metadata.gz: f43d6ec5c8b671b8b950bd3c5a1943a6c54827dc660664f494da7d6548aa1a9a9f683740f96ee59a01fe2b14e46f5eee87da2a8ceb70e76b6f6c219fb5b31eeb
7
+ data.tar.gz: 4e81c8166c2f165b394b8db4fbed46be9c9e5cd6c2596a3c78123857d3158737461b01b59a62964aeebbfa21fb3efc7363135b68cacbfd784b601151a1a13642
@@ -1,5 +1,8 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.8.4
4
+ * Reduce JS bundle size.
5
+
3
6
  ## 9.8.3
4
7
  * Update Can I Use data.
5
8
 
@@ -1,3 +1,3 @@
1
1
  module AutoprefixerRails
2
- VERSION = "9.8.3".freeze unless defined? AutoprefixerRails::VERSION
2
+ VERSION = "9.8.4".freeze unless defined? AutoprefixerRails::VERSION
3
3
  end
@@ -878,12 +878,12 @@ module.exports = AtRule;
878
878
 
879
879
  var browserslist = require('browserslist');
880
880
 
881
+ var colorette = require('colorette');
882
+
881
883
  var postcss = require('postcss');
882
884
 
883
885
  var agents = require('caniuse-lite').agents;
884
886
 
885
- var kleur = require('kleur/colors');
886
-
887
887
  var Browsers = require('./browsers');
888
888
 
889
889
  var Prefixes = require('./prefixes');
@@ -951,9 +951,9 @@ module.exports = postcss.plugin('autoprefixer', function () {
951
951
  reqs = options.overrideBrowserslist;
952
952
  } else if (options.browsers) {
953
953
  if (typeof console !== 'undefined' && console.warn) {
954
- if (kleur.red) {
955
- console.warn(kleur.red(WARNING.replace(/`[^`]+`/g, function (i) {
956
- return kleur.yellow(i.slice(1, -1));
954
+ if (colorette.red) {
955
+ console.warn(colorette.red(WARNING.replace(/`[^`]+`/g, function (i) {
956
+ return colorette.yellow(i.slice(1, -1));
957
957
  })));
958
958
  } else {
959
959
  console.warn(WARNING);
@@ -1029,7 +1029,7 @@ module.exports.info = function () {
1029
1029
  };
1030
1030
 
1031
1031
  }).call(this,require('_process'))
1032
- },{"../data/prefixes":1,"./browsers":5,"./info":64,"./prefixes":68,"_process":665,"browserslist":80,"caniuse-lite":626,"kleur/colors":630,"postcss":653}],4:[function(require,module,exports){
1032
+ },{"../data/prefixes":1,"./browsers":5,"./info":64,"./prefixes":68,"_process":664,"browserslist":80,"caniuse-lite":626,"colorette":77,"postcss":652}],4:[function(require,module,exports){
1033
1033
  "use strict";
1034
1034
 
1035
1035
  function _createForOfIteratorHelperLoose(o, allowArrayLike) {
@@ -2735,7 +2735,7 @@ _defineProperty(CrossFade, "names", ['cross-fade']);
2735
2735
 
2736
2736
  module.exports = CrossFade;
2737
2737
 
2738
- },{"../value":75,"postcss":653}],21:[function(require,module,exports){
2738
+ },{"../value":75,"postcss":652}],21:[function(require,module,exports){
2739
2739
  "use strict";
2740
2740
 
2741
2741
  function _defaults(obj, defaults) {
@@ -3836,7 +3836,7 @@ _defineProperty(Flex, "oldValues", {
3836
3836
 
3837
3837
  module.exports = Flex;
3838
3838
 
3839
- },{"../declaration":6,"./flex-spec":30,"postcss":653}],33:[function(require,module,exports){
3839
+ },{"../declaration":6,"./flex-spec":30,"postcss":652}],33:[function(require,module,exports){
3840
3840
  "use strict";
3841
3841
 
3842
3842
  function _defaults(obj, defaults) {
@@ -4505,7 +4505,7 @@ _defineProperty(Gradient, "names", ['linear-gradient', 'repeating-linear-gradien
4505
4505
 
4506
4506
  module.exports = Gradient;
4507
4507
 
4508
- },{"../old-value":66,"../utils":74,"../value":75,"normalize-range":633,"postcss-value-parser":636}],35:[function(require,module,exports){
4508
+ },{"../old-value":66,"../utils":74,"../value":75,"normalize-range":632,"postcss-value-parser":635}],35:[function(require,module,exports){
4509
4509
  "use strict";
4510
4510
 
4511
4511
  function _defaults(obj, defaults) {
@@ -6622,7 +6622,7 @@ module.exports = {
6622
6622
  autoplaceGridItems: autoplaceGridItems
6623
6623
  };
6624
6624
 
6625
- },{"../utils":74,"postcss":653,"postcss-value-parser":636}],45:[function(require,module,exports){
6625
+ },{"../utils":74,"postcss":652,"postcss-value-parser":635}],45:[function(require,module,exports){
6626
6626
  "use strict";
6627
6627
 
6628
6628
  function _defaults(obj, defaults) {
@@ -8939,7 +8939,7 @@ var Prefixer = /*#__PURE__*/function () {
8939
8939
 
8940
8940
  module.exports = Prefixer;
8941
8941
 
8942
- },{"./browsers":5,"./utils":74,"postcss":653}],68:[function(require,module,exports){
8942
+ },{"./browsers":5,"./utils":74,"postcss":652}],68:[function(require,module,exports){
8943
8943
  "use strict";
8944
8944
 
8945
8945
  function _createForOfIteratorHelperLoose(o, allowArrayLike) {
@@ -9450,7 +9450,7 @@ var Prefixes = /*#__PURE__*/function () {
9450
9450
 
9451
9451
  module.exports = Prefixes;
9452
9452
 
9453
- },{"./at-rule":2,"./browsers":5,"./declaration":6,"./hacks/align-content":7,"./hacks/align-items":8,"./hacks/align-self":9,"./hacks/animation":10,"./hacks/appearance":11,"./hacks/backdrop-filter":12,"./hacks/background-clip":13,"./hacks/background-size":14,"./hacks/block-logical":15,"./hacks/border-image":16,"./hacks/border-radius":17,"./hacks/break-props":18,"./hacks/color-adjust":19,"./hacks/cross-fade":20,"./hacks/display-flex":21,"./hacks/display-grid":22,"./hacks/filter":24,"./hacks/filter-value":23,"./hacks/flex":32,"./hacks/flex-basis":25,"./hacks/flex-direction":26,"./hacks/flex-flow":27,"./hacks/flex-grow":28,"./hacks/flex-shrink":29,"./hacks/flex-wrap":31,"./hacks/fullscreen":33,"./hacks/gradient":34,"./hacks/grid-area":35,"./hacks/grid-column-align":36,"./hacks/grid-end":37,"./hacks/grid-row-align":38,"./hacks/grid-row-column":39,"./hacks/grid-rows-columns":40,"./hacks/grid-start":41,"./hacks/grid-template":43,"./hacks/grid-template-areas":42,"./hacks/image-rendering":45,"./hacks/image-set":46,"./hacks/inline-logical":47,"./hacks/intrinsic":48,"./hacks/justify-content":49,"./hacks/mask-border":50,"./hacks/mask-composite":51,"./hacks/order":52,"./hacks/overscroll-behavior":53,"./hacks/pixelated":54,"./hacks/place-self":55,"./hacks/placeholder":57,"./hacks/placeholder-shown":56,"./hacks/text-decoration":59,"./hacks/text-decoration-skip-ink":58,"./hacks/text-emphasis-position":60,"./hacks/transform-decl":61,"./hacks/user-select":62,"./hacks/writing-mode":63,"./processor":69,"./resolution":70,"./selector":71,"./supports":72,"./transition":73,"./utils":74,"./value":75,"postcss":653}],69:[function(require,module,exports){
9453
+ },{"./at-rule":2,"./browsers":5,"./declaration":6,"./hacks/align-content":7,"./hacks/align-items":8,"./hacks/align-self":9,"./hacks/animation":10,"./hacks/appearance":11,"./hacks/backdrop-filter":12,"./hacks/background-clip":13,"./hacks/background-size":14,"./hacks/block-logical":15,"./hacks/border-image":16,"./hacks/border-radius":17,"./hacks/break-props":18,"./hacks/color-adjust":19,"./hacks/cross-fade":20,"./hacks/display-flex":21,"./hacks/display-grid":22,"./hacks/filter":24,"./hacks/filter-value":23,"./hacks/flex":32,"./hacks/flex-basis":25,"./hacks/flex-direction":26,"./hacks/flex-flow":27,"./hacks/flex-grow":28,"./hacks/flex-shrink":29,"./hacks/flex-wrap":31,"./hacks/fullscreen":33,"./hacks/gradient":34,"./hacks/grid-area":35,"./hacks/grid-column-align":36,"./hacks/grid-end":37,"./hacks/grid-row-align":38,"./hacks/grid-row-column":39,"./hacks/grid-rows-columns":40,"./hacks/grid-start":41,"./hacks/grid-template":43,"./hacks/grid-template-areas":42,"./hacks/image-rendering":45,"./hacks/image-set":46,"./hacks/inline-logical":47,"./hacks/intrinsic":48,"./hacks/justify-content":49,"./hacks/mask-border":50,"./hacks/mask-composite":51,"./hacks/order":52,"./hacks/overscroll-behavior":53,"./hacks/pixelated":54,"./hacks/place-self":55,"./hacks/placeholder":57,"./hacks/placeholder-shown":56,"./hacks/text-decoration":59,"./hacks/text-decoration-skip-ink":58,"./hacks/text-emphasis-position":60,"./hacks/transform-decl":61,"./hacks/user-select":62,"./hacks/writing-mode":63,"./processor":69,"./resolution":70,"./selector":71,"./supports":72,"./transition":73,"./utils":74,"./value":75,"postcss":652}],69:[function(require,module,exports){
9454
9454
  (function (process){
9455
9455
  "use strict";
9456
9456
 
@@ -10191,7 +10191,7 @@ var Processor = /*#__PURE__*/function () {
10191
10191
  module.exports = Processor;
10192
10192
 
10193
10193
  }).call(this,require('_process'))
10194
- },{"./hacks/grid-utils":44,"./value":75,"_process":665,"postcss-value-parser":636}],70:[function(require,module,exports){
10194
+ },{"./hacks/grid-utils":44,"./value":75,"_process":664,"postcss-value-parser":635}],70:[function(require,module,exports){
10195
10195
  "use strict";
10196
10196
 
10197
10197
  function _defaults(obj, defaults) {
@@ -10374,7 +10374,7 @@ var Resolution = /*#__PURE__*/function (_Prefixer) {
10374
10374
 
10375
10375
  module.exports = Resolution;
10376
10376
 
10377
- },{"./prefixer":67,"./utils":74,"num2fraction":634}],71:[function(require,module,exports){
10377
+ },{"./prefixer":67,"./utils":74,"num2fraction":633}],71:[function(require,module,exports){
10378
10378
  "use strict";
10379
10379
 
10380
10380
  function _defaults(obj, defaults) {
@@ -10630,7 +10630,7 @@ var Selector = /*#__PURE__*/function (_Prefixer) {
10630
10630
 
10631
10631
  module.exports = Selector;
10632
10632
 
10633
- },{"./browsers":5,"./old-selector":65,"./prefixer":67,"./utils":74,"postcss":653}],72:[function(require,module,exports){
10633
+ },{"./browsers":5,"./old-selector":65,"./prefixer":67,"./utils":74,"postcss":652}],72:[function(require,module,exports){
10634
10634
  "use strict";
10635
10635
 
10636
10636
  function _createForOfIteratorHelperLoose(o, allowArrayLike) {
@@ -11016,7 +11016,7 @@ var Supports = /*#__PURE__*/function () {
11016
11016
 
11017
11017
  module.exports = Supports;
11018
11018
 
11019
- },{"./brackets":4,"./browsers":5,"./utils":74,"./value":75,"caniuse-lite":626,"caniuse-lite/data/features/css-featurequeries.js":181,"postcss":653}],73:[function(require,module,exports){
11019
+ },{"./brackets":4,"./browsers":5,"./utils":74,"./value":75,"caniuse-lite":626,"caniuse-lite/data/features/css-featurequeries.js":181,"postcss":652}],73:[function(require,module,exports){
11020
11020
  "use strict";
11021
11021
 
11022
11022
  function _createForOfIteratorHelperLoose(o, allowArrayLike) {
@@ -11480,7 +11480,7 @@ var Transition = /*#__PURE__*/function () {
11480
11480
 
11481
11481
  module.exports = Transition;
11482
11482
 
11483
- },{"./browsers":5,"postcss":653,"postcss-value-parser":636}],74:[function(require,module,exports){
11483
+ },{"./browsers":5,"postcss":652,"postcss-value-parser":635}],74:[function(require,module,exports){
11484
11484
  "use strict";
11485
11485
 
11486
11486
  function _createForOfIteratorHelperLoose(o, allowArrayLike) {
@@ -11623,7 +11623,7 @@ module.exports = {
11623
11623
  }
11624
11624
  };
11625
11625
 
11626
- },{"postcss":653}],75:[function(require,module,exports){
11626
+ },{"postcss":652}],75:[function(require,module,exports){
11627
11627
  "use strict";
11628
11628
 
11629
11629
  function _defaults(obj, defaults) {
@@ -11808,7 +11808,7 @@ var Value = /*#__PURE__*/function (_Prefixer) {
11808
11808
 
11809
11809
  module.exports = Value;
11810
11810
 
11811
- },{"./old-value":66,"./prefixer":67,"./utils":74,"postcss":653}],76:[function(require,module,exports){
11811
+ },{"./old-value":66,"./prefixer":67,"./utils":74,"postcss":652}],76:[function(require,module,exports){
11812
11812
  'use strict';
11813
11813
 
11814
11814
  exports.byteLength = byteLength;
@@ -13169,7 +13169,7 @@ var QUERIES = [{
13169
13169
  module.exports = browserslist;
13170
13170
 
13171
13171
  }).call(this,require('_process'))
13172
- },{"./error":79,"./node":78,"_process":665,"caniuse-lite/dist/unpacker/agents":621,"electron-to-chromium/versions":628,"node-releases/data/processed/envs.json":631,"node-releases/data/release-schedule/release-schedule.json":632,"path":77}],81:[function(require,module,exports){
13172
+ },{"./error":79,"./node":78,"_process":664,"caniuse-lite/dist/unpacker/agents":621,"electron-to-chromium/versions":628,"node-releases/data/processed/envs.json":630,"node-releases/data/release-schedule/release-schedule.json":631,"path":77}],81:[function(require,module,exports){
13173
13173
  (function (Buffer){
13174
13174
  /*!
13175
13175
  * The buffer module from node.js, for the browser.
@@ -57515,59 +57515,6 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
57515
57515
  };
57516
57516
 
57517
57517
  },{}],630:[function(require,module,exports){
57518
- (function (process){
57519
- "use strict";
57520
-
57521
- const _process$env = process.env,
57522
- FORCE_COLOR = _process$env.FORCE_COLOR,
57523
- NODE_DISABLE_COLORS = _process$env.NODE_DISABLE_COLORS,
57524
- TERM = _process$env.TERM;
57525
- const $ = exports.$ = {
57526
- enabled: !NODE_DISABLE_COLORS && TERM !== 'dumb' && FORCE_COLOR !== '0'
57527
- };
57528
-
57529
- function init(x, y) {
57530
- let rgx = new RegExp(`\\x1b\\[${y}m`, 'g');
57531
- let open = `\x1b[${x}m`,
57532
- close = `\x1b[${y}m`;
57533
- return function (txt) {
57534
- if (!$.enabled || txt == null) return txt;
57535
- return open + (('' + txt).includes(close) ? txt.replace(rgx, close + open) : txt) + close;
57536
- };
57537
- } // modifiers
57538
-
57539
-
57540
- exports.reset = init(0, 0);
57541
- exports.bold = init(1, 22);
57542
- exports.dim = init(2, 22);
57543
- exports.italic = init(3, 23);
57544
- exports.underline = init(4, 24);
57545
- exports.inverse = init(7, 27);
57546
- exports.hidden = init(8, 28);
57547
- exports.strikethrough = init(9, 29); // colors
57548
-
57549
- exports.black = init(30, 39);
57550
- exports.red = init(31, 39);
57551
- exports.green = init(32, 39);
57552
- exports.yellow = init(33, 39);
57553
- exports.blue = init(34, 39);
57554
- exports.magenta = init(35, 39);
57555
- exports.cyan = init(36, 39);
57556
- exports.white = init(37, 39);
57557
- exports.gray = init(90, 39);
57558
- exports.grey = init(90, 39); // background colors
57559
-
57560
- exports.bgBlack = init(40, 49);
57561
- exports.bgRed = init(41, 49);
57562
- exports.bgGreen = init(42, 49);
57563
- exports.bgYellow = init(43, 49);
57564
- exports.bgBlue = init(44, 49);
57565
- exports.bgMagenta = init(45, 49);
57566
- exports.bgCyan = init(46, 49);
57567
- exports.bgWhite = init(47, 49);
57568
-
57569
- }).call(this,require('_process'))
57570
- },{"_process":665}],631:[function(require,module,exports){
57571
57518
  module.exports=[
57572
57519
  {
57573
57520
  "name": "nodejs",
@@ -58840,7 +58787,7 @@ module.exports=[
58840
58787
  "security": true
58841
58788
  }
58842
58789
  ]
58843
- },{}],632:[function(require,module,exports){
58790
+ },{}],631:[function(require,module,exports){
58844
58791
  module.exports={
58845
58792
  "v0.10": {
58846
58793
  "start": "2013-03-11",
@@ -58924,7 +58871,7 @@ module.exports={
58924
58871
  }
58925
58872
  }
58926
58873
 
58927
- },{}],633:[function(require,module,exports){
58874
+ },{}],632:[function(require,module,exports){
58928
58875
  'use strict';
58929
58876
 
58930
58877
  module.exports = {
@@ -58977,7 +58924,7 @@ function curry(min, max, minExclusive, maxExclusive) {
58977
58924
  };
58978
58925
  }
58979
58926
 
58980
- },{}],634:[function(require,module,exports){
58927
+ },{}],633:[function(require,module,exports){
58981
58928
  'use strict';
58982
58929
 
58983
58930
  var abs = Math.abs;
@@ -59024,7 +58971,7 @@ function num2fraction(num) {
59024
58971
 
59025
58972
  module.exports = num2fraction;
59026
58973
 
59027
- },{}],635:[function(require,module,exports){
58974
+ },{}],634:[function(require,module,exports){
59028
58975
  (function (process){
59029
58976
  "use strict";
59030
58977
 
@@ -59348,7 +59295,7 @@ var substr = 'ab'.substr(-1) === 'b' ? function (str, start, len) {
59348
59295
  };
59349
59296
 
59350
59297
  }).call(this,require('_process'))
59351
- },{"_process":665}],636:[function(require,module,exports){
59298
+ },{"_process":664}],635:[function(require,module,exports){
59352
59299
  "use strict";
59353
59300
 
59354
59301
  var parse = require("./parse");
@@ -59380,7 +59327,7 @@ ValueParser.walk = walk;
59380
59327
  ValueParser.stringify = stringify;
59381
59328
  module.exports = ValueParser;
59382
59329
 
59383
- },{"./parse":637,"./stringify":638,"./unit":639,"./walk":640}],637:[function(require,module,exports){
59330
+ },{"./parse":636,"./stringify":637,"./unit":638,"./walk":639}],636:[function(require,module,exports){
59384
59331
  "use strict";
59385
59332
 
59386
59333
  var openParentheses = "(".charCodeAt(0);
@@ -59645,7 +59592,7 @@ module.exports = function (input) {
59645
59592
  return stack[0].nodes;
59646
59593
  };
59647
59594
 
59648
- },{}],638:[function(require,module,exports){
59595
+ },{}],637:[function(require,module,exports){
59649
59596
  "use strict";
59650
59597
 
59651
59598
  function stringifyNode(node, custom) {
@@ -59696,7 +59643,7 @@ function stringify(nodes, custom) {
59696
59643
 
59697
59644
  module.exports = stringify;
59698
59645
 
59699
- },{}],639:[function(require,module,exports){
59646
+ },{}],638:[function(require,module,exports){
59700
59647
  "use strict";
59701
59648
 
59702
59649
  var minus = "-".charCodeAt(0);
@@ -59813,7 +59760,7 @@ module.exports = function (value) {
59813
59760
  };
59814
59761
  };
59815
59762
 
59816
- },{}],640:[function(require,module,exports){
59763
+ },{}],639:[function(require,module,exports){
59817
59764
  "use strict";
59818
59765
 
59819
59766
  module.exports = function walk(nodes, cb, bubble) {
@@ -59836,7 +59783,7 @@ module.exports = function walk(nodes, cb, bubble) {
59836
59783
  }
59837
59784
  };
59838
59785
 
59839
- },{}],641:[function(require,module,exports){
59786
+ },{}],640:[function(require,module,exports){
59840
59787
  "use strict";
59841
59788
 
59842
59789
  exports.__esModule = true;
@@ -59973,7 +59920,7 @@ var _default = AtRule;
59973
59920
  exports.default = _default;
59974
59921
  module.exports = exports.default;
59975
59922
 
59976
- },{"./container":643}],642:[function(require,module,exports){
59923
+ },{"./container":642}],641:[function(require,module,exports){
59977
59924
  "use strict";
59978
59925
 
59979
59926
  exports.__esModule = true;
@@ -60038,7 +59985,7 @@ var _default = Comment;
60038
59985
  exports.default = _default;
60039
59986
  module.exports = exports.default;
60040
59987
 
60041
- },{"./node":650}],643:[function(require,module,exports){
59988
+ },{"./node":649}],642:[function(require,module,exports){
60042
59989
  "use strict";
60043
59990
 
60044
59991
  exports.__esModule = true;
@@ -60926,7 +60873,7 @@ var _default = Container;
60926
60873
  exports.default = _default;
60927
60874
  module.exports = exports.default;
60928
60875
 
60929
- },{"./at-rule":641,"./comment":642,"./declaration":645,"./node":650,"./parse":651,"./rule":658}],644:[function(require,module,exports){
60876
+ },{"./at-rule":640,"./comment":641,"./declaration":644,"./node":649,"./parse":650,"./rule":657}],643:[function(require,module,exports){
60930
60877
  "use strict";
60931
60878
 
60932
60879
  exports.__esModule = true;
@@ -61313,7 +61260,7 @@ var _default = CssSyntaxError;
61313
61260
  exports.default = _default;
61314
61261
  module.exports = exports.default;
61315
61262
 
61316
- },{"./terminal-highlight":77,"chalk":77,"supports-color":77}],645:[function(require,module,exports){
61263
+ },{"./terminal-highlight":77,"chalk":77,"supports-color":77}],644:[function(require,module,exports){
61317
61264
  "use strict";
61318
61265
 
61319
61266
  exports.__esModule = true;
@@ -61419,7 +61366,7 @@ var _default = Declaration;
61419
61366
  exports.default = _default;
61420
61367
  module.exports = exports.default;
61421
61368
 
61422
- },{"./node":650}],646:[function(require,module,exports){
61369
+ },{"./node":649}],645:[function(require,module,exports){
61423
61370
  "use strict";
61424
61371
 
61425
61372
  exports.__esModule = true;
@@ -61650,7 +61597,7 @@ var _default = Input;
61650
61597
  exports.default = _default;
61651
61598
  module.exports = exports.default;
61652
61599
 
61653
- },{"./css-syntax-error":644,"./previous-map":654,"path":635}],647:[function(require,module,exports){
61600
+ },{"./css-syntax-error":643,"./previous-map":653,"path":634}],646:[function(require,module,exports){
61654
61601
  (function (process){
61655
61602
  "use strict";
61656
61603
 
@@ -62111,7 +62058,7 @@ exports.default = _default;
62111
62058
  module.exports = exports.default;
62112
62059
 
62113
62060
  }).call(this,require('_process'))
62114
- },{"./map-generator":649,"./parse":651,"./result":656,"./stringify":660,"./warn-once":663,"_process":665}],648:[function(require,module,exports){
62061
+ },{"./map-generator":648,"./parse":650,"./result":655,"./stringify":659,"./warn-once":662,"_process":664}],647:[function(require,module,exports){
62115
62062
  "use strict";
62116
62063
 
62117
62064
  exports.__esModule = true;
@@ -62205,7 +62152,7 @@ var _default = list;
62205
62152
  exports.default = _default;
62206
62153
  module.exports = exports.default;
62207
62154
 
62208
- },{}],649:[function(require,module,exports){
62155
+ },{}],648:[function(require,module,exports){
62209
62156
  (function (Buffer){
62210
62157
  "use strict";
62211
62158
 
@@ -62564,7 +62511,7 @@ exports.default = _default;
62564
62511
  module.exports = exports.default;
62565
62512
 
62566
62513
  }).call(this,require("buffer").Buffer)
62567
- },{"buffer":81,"path":635,"source-map":676}],650:[function(require,module,exports){
62514
+ },{"buffer":81,"path":634,"source-map":675}],649:[function(require,module,exports){
62568
62515
  (function (process){
62569
62516
  "use strict";
62570
62517
 
@@ -63177,7 +63124,7 @@ exports.default = _default;
63177
63124
  module.exports = exports.default;
63178
63125
 
63179
63126
  }).call(this,require('_process'))
63180
- },{"./css-syntax-error":644,"./stringifier":659,"./stringify":660,"_process":665}],651:[function(require,module,exports){
63127
+ },{"./css-syntax-error":643,"./stringifier":658,"./stringify":659,"_process":664}],650:[function(require,module,exports){
63181
63128
  (function (process){
63182
63129
  "use strict";
63183
63130
 
@@ -63224,7 +63171,7 @@ exports.default = _default;
63224
63171
  module.exports = exports.default;
63225
63172
 
63226
63173
  }).call(this,require('_process'))
63227
- },{"./input":646,"./parser":652,"_process":665}],652:[function(require,module,exports){
63174
+ },{"./input":645,"./parser":651,"_process":664}],651:[function(require,module,exports){
63228
63175
  "use strict";
63229
63176
 
63230
63177
  exports.__esModule = true;
@@ -63838,7 +63785,7 @@ var Parser = /*#__PURE__*/function () {
63838
63785
  exports.default = Parser;
63839
63786
  module.exports = exports.default;
63840
63787
 
63841
- },{"./at-rule":641,"./comment":642,"./declaration":645,"./root":657,"./rule":658,"./tokenize":661}],653:[function(require,module,exports){
63788
+ },{"./at-rule":640,"./comment":641,"./declaration":644,"./root":656,"./rule":657,"./tokenize":660}],652:[function(require,module,exports){
63842
63789
  "use strict";
63843
63790
 
63844
63791
  exports.__esModule = true;
@@ -64129,7 +64076,7 @@ var _default = postcss;
64129
64076
  exports.default = _default;
64130
64077
  module.exports = exports.default;
64131
64078
 
64132
- },{"./at-rule":641,"./comment":642,"./declaration":645,"./list":648,"./parse":651,"./processor":655,"./root":657,"./rule":658,"./stringify":660,"./vendor":662}],654:[function(require,module,exports){
64079
+ },{"./at-rule":640,"./comment":641,"./declaration":644,"./list":647,"./parse":650,"./processor":654,"./root":656,"./rule":657,"./stringify":659,"./vendor":661}],653:[function(require,module,exports){
64133
64080
  (function (Buffer){
64134
64081
  "use strict";
64135
64082
 
@@ -64308,7 +64255,7 @@ exports.default = _default;
64308
64255
  module.exports = exports.default;
64309
64256
 
64310
64257
  }).call(this,require("buffer").Buffer)
64311
- },{"buffer":81,"fs":77,"path":635,"source-map":676}],655:[function(require,module,exports){
64258
+ },{"buffer":81,"fs":77,"path":634,"source-map":675}],654:[function(require,module,exports){
64312
64259
  (function (process){
64313
64260
  "use strict";
64314
64261
 
@@ -64578,7 +64525,7 @@ exports.default = _default;
64578
64525
  module.exports = exports.default;
64579
64526
 
64580
64527
  }).call(this,require('_process'))
64581
- },{"./lazy-result":647,"_process":665}],656:[function(require,module,exports){
64528
+ },{"./lazy-result":646,"_process":664}],655:[function(require,module,exports){
64582
64529
  "use strict";
64583
64530
 
64584
64531
  exports.__esModule = true;
@@ -64809,7 +64756,7 @@ var _default = Result;
64809
64756
  exports.default = _default;
64810
64757
  module.exports = exports.default;
64811
64758
 
64812
- },{"./warning":664}],657:[function(require,module,exports){
64759
+ },{"./warning":663}],656:[function(require,module,exports){
64813
64760
  "use strict";
64814
64761
 
64815
64762
  exports.__esModule = true;
@@ -64946,7 +64893,7 @@ var _default = Root;
64946
64893
  exports.default = _default;
64947
64894
  module.exports = exports.default;
64948
64895
 
64949
- },{"./container":643,"./lazy-result":647,"./processor":655}],658:[function(require,module,exports){
64896
+ },{"./container":642,"./lazy-result":646,"./processor":654}],657:[function(require,module,exports){
64950
64897
  "use strict";
64951
64898
 
64952
64899
  exports.__esModule = true;
@@ -65084,7 +65031,7 @@ var _default = Rule;
65084
65031
  exports.default = _default;
65085
65032
  module.exports = exports.default;
65086
65033
 
65087
- },{"./container":643,"./list":648}],659:[function(require,module,exports){
65034
+ },{"./container":642,"./list":647}],658:[function(require,module,exports){
65088
65035
  "use strict";
65089
65036
 
65090
65037
  exports.__esModule = true;
@@ -65447,7 +65394,7 @@ var _default = Stringifier;
65447
65394
  exports.default = _default;
65448
65395
  module.exports = exports.default;
65449
65396
 
65450
- },{}],660:[function(require,module,exports){
65397
+ },{}],659:[function(require,module,exports){
65451
65398
  "use strict";
65452
65399
 
65453
65400
  exports.__esModule = true;
@@ -65470,7 +65417,7 @@ var _default = stringify;
65470
65417
  exports.default = _default;
65471
65418
  module.exports = exports.default;
65472
65419
 
65473
- },{"./stringifier":659}],661:[function(require,module,exports){
65420
+ },{"./stringifier":658}],660:[function(require,module,exports){
65474
65421
  "use strict";
65475
65422
 
65476
65423
  exports.__esModule = true;
@@ -65766,7 +65713,7 @@ function tokenizer(input, options) {
65766
65713
 
65767
65714
  module.exports = exports.default;
65768
65715
 
65769
- },{}],662:[function(require,module,exports){
65716
+ },{}],661:[function(require,module,exports){
65770
65717
  "use strict";
65771
65718
 
65772
65719
  exports.__esModule = true;
@@ -65820,7 +65767,7 @@ var _default = vendor;
65820
65767
  exports.default = _default;
65821
65768
  module.exports = exports.default;
65822
65769
 
65823
- },{}],663:[function(require,module,exports){
65770
+ },{}],662:[function(require,module,exports){
65824
65771
  "use strict";
65825
65772
 
65826
65773
  exports.__esModule = true;
@@ -65838,7 +65785,7 @@ function warnOnce(message) {
65838
65785
 
65839
65786
  module.exports = exports.default;
65840
65787
 
65841
- },{}],664:[function(require,module,exports){
65788
+ },{}],663:[function(require,module,exports){
65842
65789
  "use strict";
65843
65790
 
65844
65791
  exports.__esModule = true;
@@ -65971,7 +65918,7 @@ var _default = Warning;
65971
65918
  exports.default = _default;
65972
65919
  module.exports = exports.default;
65973
65920
 
65974
- },{}],665:[function(require,module,exports){
65921
+ },{}],664:[function(require,module,exports){
65975
65922
  "use strict";
65976
65923
 
65977
65924
  // shim for using process in browser
@@ -66183,7 +66130,7 @@ process.umask = function () {
66183
66130
  return 0;
66184
66131
  };
66185
66132
 
66186
- },{}],666:[function(require,module,exports){
66133
+ },{}],665:[function(require,module,exports){
66187
66134
  "use strict";
66188
66135
 
66189
66136
  /* -*- Mode: js; js-indent-level: 2; -*- */
@@ -66323,7 +66270,7 @@ ArraySet.prototype.toArray = function ArraySet_toArray() {
66323
66270
 
66324
66271
  exports.ArraySet = ArraySet;
66325
66272
 
66326
- },{"./util":675}],667:[function(require,module,exports){
66273
+ },{"./util":674}],666:[function(require,module,exports){
66327
66274
  "use strict";
66328
66275
 
66329
66276
  /* -*- Mode: js; js-indent-level: 2; -*- */
@@ -66464,7 +66411,7 @@ exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {
66464
66411
  aOutParam.rest = aIndex;
66465
66412
  };
66466
66413
 
66467
- },{"./base64":668}],668:[function(require,module,exports){
66414
+ },{"./base64":667}],667:[function(require,module,exports){
66468
66415
  "use strict";
66469
66416
 
66470
66417
  /* -*- Mode: js; js-indent-level: 2; -*- */
@@ -66540,7 +66487,7 @@ exports.decode = function (charCode) {
66540
66487
  return -1;
66541
66488
  };
66542
66489
 
66543
- },{}],669:[function(require,module,exports){
66490
+ },{}],668:[function(require,module,exports){
66544
66491
  "use strict";
66545
66492
 
66546
66493
  /* -*- Mode: js; js-indent-level: 2; -*- */
@@ -66656,7 +66603,7 @@ exports.search = function search(aNeedle, aHaystack, aCompare, aBias) {
66656
66603
  return index;
66657
66604
  };
66658
66605
 
66659
- },{}],670:[function(require,module,exports){
66606
+ },{}],669:[function(require,module,exports){
66660
66607
  "use strict";
66661
66608
 
66662
66609
  /* -*- Mode: js; js-indent-level: 2; -*- */
@@ -66749,7 +66696,7 @@ MappingList.prototype.toArray = function MappingList_toArray() {
66749
66696
 
66750
66697
  exports.MappingList = MappingList;
66751
66698
 
66752
- },{"./util":675}],671:[function(require,module,exports){
66699
+ },{"./util":674}],670:[function(require,module,exports){
66753
66700
  "use strict";
66754
66701
 
66755
66702
  /* -*- Mode: js; js-indent-level: 2; -*- */
@@ -66864,7 +66811,7 @@ exports.quickSort = function (ary, comparator) {
66864
66811
  doQuickSort(ary, comparator, 0, ary.length - 1);
66865
66812
  };
66866
66813
 
66867
- },{}],672:[function(require,module,exports){
66814
+ },{}],671:[function(require,module,exports){
66868
66815
  "use strict";
66869
66816
 
66870
66817
  /* -*- Mode: js; js-indent-level: 2; -*- */
@@ -67975,7 +67922,7 @@ IndexedSourceMapConsumer.prototype._parseMappings = function IndexedSourceMapCon
67975
67922
 
67976
67923
  exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
67977
67924
 
67978
- },{"./array-set":666,"./base64-vlq":667,"./binary-search":669,"./quick-sort":671,"./util":675}],673:[function(require,module,exports){
67925
+ },{"./array-set":665,"./base64-vlq":666,"./binary-search":668,"./quick-sort":670,"./util":674}],672:[function(require,module,exports){
67979
67926
  "use strict";
67980
67927
 
67981
67928
  /* -*- Mode: js; js-indent-level: 2; -*- */
@@ -68410,7 +68357,7 @@ SourceMapGenerator.prototype.toString = function SourceMapGenerator_toString() {
68410
68357
 
68411
68358
  exports.SourceMapGenerator = SourceMapGenerator;
68412
68359
 
68413
- },{"./array-set":666,"./base64-vlq":667,"./mapping-list":670,"./util":675}],674:[function(require,module,exports){
68360
+ },{"./array-set":665,"./base64-vlq":666,"./mapping-list":669,"./util":674}],673:[function(require,module,exports){
68414
68361
  "use strict";
68415
68362
 
68416
68363
  /* -*- Mode: js; js-indent-level: 2; -*- */
@@ -68829,7 +68776,7 @@ SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSou
68829
68776
 
68830
68777
  exports.SourceNode = SourceNode;
68831
68778
 
68832
- },{"./source-map-generator":673,"./util":675}],675:[function(require,module,exports){
68779
+ },{"./source-map-generator":672,"./util":674}],674:[function(require,module,exports){
68833
68780
  "use strict";
68834
68781
 
68835
68782
  /* -*- Mode: js; js-indent-level: 2; -*- */
@@ -69392,7 +69339,7 @@ function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {
69392
69339
 
69393
69340
  exports.computeSourceURL = computeSourceURL;
69394
69341
 
69395
- },{}],676:[function(require,module,exports){
69342
+ },{}],675:[function(require,module,exports){
69396
69343
  "use strict";
69397
69344
 
69398
69345
  /*
@@ -69404,5 +69351,5 @@ exports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGene
69404
69351
  exports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;
69405
69352
  exports.SourceNode = require('./lib/source-node').SourceNode;
69406
69353
 
69407
- },{"./lib/source-map-consumer":672,"./lib/source-map-generator":673,"./lib/source-node":674}]},{},[3])(3)
69354
+ },{"./lib/source-map-consumer":671,"./lib/source-map-generator":672,"./lib/source-node":673}]},{},[3])(3)
69408
69355
  });
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoprefixer-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.8.3
4
+ version: 9.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Sitnik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-23 00:00:00.000000000 Z
11
+ date: 2020-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: execjs