mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-04-13 17:11:57 +02:00
Minor fix.
This commit is contained in:
parent
7256fa4e43
commit
e171a0dd1a
@ -32,7 +32,7 @@ function getBuildSuffix(callback) {
|
||||
$.fn.autoprefixer = function (options) {
|
||||
|
||||
var autoprefixer = require('autoprefixer-core');
|
||||
var options = {browsers: ['last 2 version']};
|
||||
var options = {browsers: ['last 2 versions']};
|
||||
|
||||
return this.edit(function (blob) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user