如何在 aprostrope-cms 中使用 Sass 而不是 less ?

How to use Sass instead of less with aprostrope-cms?

我理解 Aprostope CMS 支持开箱即用的 Less 编译是否正确?

参见:https://apostrophecms.org/docs/tutorials/getting-started/pushing-assets.html

如何使用 Sass 而不是 Less,以便我们可以轻松使用基于 Sass 的 Bootstrap's 源代码?

A​​postrophe 确实可以开箱即用地编译 LESS,但是没有 one-button 开关来打开其他预处理器风格,例如 SASS。

编写替代 CSS 语法的最常见途径是 运行 在 Apostrophe 开始自己的资产构建过程之前。

这方面的常用工具包括 Gulp、Webpack 和 G运行t。

Linked 是一个 Gist,描述了 Gulp.js 将 SASS 编译为 CSS 并将其传递给 Apostrophe 资产管道的情况

https://gist.github.com/stuartromanek/972cf94a0f1aedd630e12ca71315f27a