in the process of compression, it is found that gulp-cssnano will delete the-webkit-box-orient: vertical; style. How can this be avoided? I don"t want to delete any css code when I compress it.
in the process of compression, it is found that gulp-cssnano will delete the-webkit-box-orient: vertical; style. How can this be avoided? I don"t want to delete any css code when I compress it.
cssnano({
autoprefixer: false
})