LoginSignup
2
2

More than 5 years have passed since last update.

Sass->SCSSに変換する方法

Posted at

方法

以下のコマンドで app/assets/stylesheets 以下の .sass ファイルを再帰的に .scss に変換してくれる。

$ sass-convert --recursive --from sass --to scss app/assets/stylesheets

ヘルプ

詳しい使い方は sass-convert --help で確認できる。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2