【发布时间】:2018-09-10 01:00:57
【问题描述】:
我们正在使用这个名为 Myth 的过时预处理器,它使用了一个已弃用的 autoprefixer 版本和一个非常旧的 postcss 版本。 “autoprefixer-core”:“5.2.1”和“postcss”:“4.1.16”。是否可以将已弃用的依赖项更新为新的(自动前缀),并将旧版本的 postcss 更新为最新版本,同时仍使用 Myth 预处理器,或者这会破坏 Myth?
【问题讨论】:
标签: css postcss autoprefixer