Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Spree 2.0.4 を使用していますが、水色のリンク/価格の色をグローバルに変更したいと考えています。見つけapp/assets/stylesheets/store/_variables.scssて変更しまし$link_text_colorたが、見た目には影響ないようです。
app/assets/stylesheets/store/_variables.scss
$link_text_color
私はscssに慣れていません。インターネットでは、ある種のsass --watchコマンドを使用する必要があるかもしれないと言っているようですが、実装がわかりません。
sass --watch
ありがとう