別の scss ファイルで定義されているいくつかのスタイルを上書きできるようにしたいので、自分の scss ファイルが最終的な application.css ファイルに配置される順序に影響を与えたいと考えています。
これを行う方法がわかりません。
敬具、
ニルス
別の scss ファイルで定義されているいくつかのスタイルを上書きできるようにしたいので、自分の scss ファイルが最終的な application.css ファイルに配置される順序に影響を与えたいと考えています。
これを行う方法がわかりません。
敬具、
ニルス
のようなものが欲しいと思います。
/*
* 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
*/