mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-07 02:01:14 -04:00
Minor fix.
This commit is contained in:
parent
7256fa4e43
commit
e171a0dd1a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function getBuildSuffix(callback) {
|
||||||
$.fn.autoprefixer = function (options) {
|
$.fn.autoprefixer = function (options) {
|
||||||
|
|
||||||
var autoprefixer = require('autoprefixer-core');
|
var autoprefixer = require('autoprefixer-core');
|
||||||
var options = {browsers: ['last 2 version']};
|
var options = {browsers: ['last 2 versions']};
|
||||||
|
|
||||||
return this.edit(function (blob) {
|
return this.edit(function (blob) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue