Running sass –update D:\aa.css –stop-on-error –no-cache –style=compressed
error: Autoprefixer
Error: Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest –update-db
問題很簡單,就是需要透過npm 去更新browserslist的db
- 開啟command line
- CD 到\Sublime Text 3\Packages\Autoprefixer 的資料夾
- 執行 npx browserslist@latest –update-db
- 完成