mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Remove the require for less-plugin-autoprefix from the gulpfile
This commit is contained in:
parent
e0dabef2a7
commit
f07402573e
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ const gulp = require("gulp"),
|
|||
gPostCSS = require("gulp-postcss"),
|
||||
autoprefixer = require("autoprefixer"),
|
||||
lessGlob = require("less-plugin-glob"),
|
||||
lessAutoPrefix = require("less-plugin-autoprefix"),
|
||||
lessCleanCSS = require("less-plugin-clean-css");
|
||||
|
||||
// determine if gulp has been run with --production
|
||||
|
|
Loading…
Reference in a new issue