3

別の scss ファイルで定義されているいくつかのスタイルを上書きできるようにしたいので、自分の scss ファイルが最終的な application.css ファイルに配置される順序に影響を与えたいと考えています。

これを行う方法がわかりません。

敬具、

ニルス

4

1 に答える 1

1

のようなものが欲しいと思います。

/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 *= require_self
 *= require_tree .
 *= require file1
 *= require file2
 *= require file3
 */ 
于 2011-07-29T14:54:30.493 に答える