私はOctobercmsとbootstrap 5 Alpha2を使用しています。次のように、octobercmsコンパイラでビルドしてブートストラップ5 scssファイルをコンパイルしようとします:
<link href="{ ['assets/vendor/bootstrap/scss/bootstrap.scss']|theme }}" rel="stylesheet">
しかし、フロントエンドではエラーが発生します:
expecting list, null received: /.../.../.../themes/octobercms/assets/vendor/bootstrap/scss/mixins/_utilities.scss on line 8, at column 5 Call Stack: #0 mixin generate-utility /.../.../.../themes/octobercms/assets/vendor/bootstrap/scss/utilities/_api.scss on line 13 #1 function breakpoint-min.......
ブートストラップ 5 ユーティリティ/_api.scss を無効にすると、コンパイラは正常に動作しますが、ユーティリティ クラスが取得されません。