unimal-jp / spear

The spear OSS repository
https://late-cloud-6411.spearly.app
MIT License
10 stars 1 forks source link

Use SCSS Parser on browser mode. #166

Closed mantaroh closed 1 year ago

mantaroh commented 1 year ago

What is this?

This PR will make the spear to use SCSS Parser on browser mode only.
The scss used octet sequence(like \0x) internally, this will cause the error on some building system. For detail, see https://github.com/unimal-jp/spear/issues/163.

これは何?

この PR は Spear のブラウザモード(コマンドラインではなくブラウザで動作させるモード)のときだけ SCSS Parser を利用するようにしています。
scss は内部的に octet sequence(\0x 等)を利用していて、いくつかのビルドシステムでエラーを引き起こします。

詳細は、https://github.com/unimal-jp/spear/issues/163 を参照してください