Skip to content

the compatability option is not working #90

@rodude123

Description

@rodude123

I tried this, and it does not want to change make it compatible with ie8 or any ie version. I checked the minified version of the code.

gulp.task("minifyCSS", () =>
{
	return gulp.src("src/css/main.css")
		.pipe(cleanCSS({compatibility: "ie8"}))
		.pipe(gulp.dest("dist/css"));
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions