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.
いくつかのcssファイルをSassに変換しています。ドキュメントは1つのことについて少し不明確ですが、次のように親参照を使用できますか&?
&
.css
.class { background:red; } .class.otherclass{ background:green; }
.scss
.class { background:red; &.otherclass{ background:green; } }
はい、できます
関連するドキュメントは次のとおりです。