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.
LESS でバックスラッシュをエスケープする際に問題が発生しています。これが私のコードです:
&.room { &:after { content:"\"; } }
どんな助けでも大歓迎です、どうもありがとう。
&.room { &:after { content:"\\"; } }