drop gulp-cssnano, use gulp-postcss

This commit is contained in:
João Moreno
2021-01-22 10:49:30 +01:00
parent b87d56c533
commit cf4c4a0ece
5 changed files with 692 additions and 454 deletions
-12
View File
@@ -1,12 +0,0 @@
declare module "gulp-cssnano" {
function f(opts:{reduceIdents:boolean;}): NodeJS.ReadWriteStream;
/**
* This is required as per:
* https://github.com/microsoft/TypeScript/issues/5073
*/
namespace f {}
export = f;
}