Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Backbone 应用程序出现问题。我正在使用 sass 和指南针。
当我尝试构建应用程序时,我收到此错误:
运行“compass:dev”(罗盘)任务警告 Webkit 仅支持径向渐变的起点和终点像素。获得:70%
我的背景图像(纹理图像文件)也被编译为 100%,这导致我的所有纹理看起来都很大且有颗粒感。
我需要做些什么来确保我不会收到此错误?
谢谢!
此警告仅适用于非常旧的 Webkit 浏览器,因此对于最新版本的 Chrome 和 Safari,可以放心地忽略它。