Skip to content

Commit

Permalink
⬆️ autoprefixer@6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 23, 2015
1 parent 2df8ab8 commit 93be38c
Show file tree
Hide file tree
Showing 705 changed files with 25,351 additions and 7,719 deletions.
4 changes: 2 additions & 2 deletions autoprefixer.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
'use strict';
var stdin = require('get-stdin');
var getStdin = require('get-stdin');
var postcss = require('postcss');
var autoprefixer = require('autoprefixer');
var postcssSafeParser = require('postcss-safe-parser');

stdin(function (data) {
getStdin().then(function (data) {
var opts = JSON.parse(process.argv[2]);

postcss(autoprefixer(opts)).process(data, {
Expand Down
45 changes: 45 additions & 0 deletions node_modules/autoprefixer/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 37 additions & 23 deletions node_modules/autoprefixer/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 30 additions & 19 deletions node_modules/autoprefixer/data/prefixes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 93be38c

Please sign in to comment.