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.
実験を行うことを研究しています。
グローバル変数を取得するにはどうすればよいですか?
@reds:#bb22cc; div{ @reds:#aaaa88; p{ color:@reds; background://how to get global @reds:#bb22cc; } }
できません。別の変数名を使用するだけです。
@reds: #bb22cc; div { @reds2: #aaaa88; p{ color: @reds2; background: @reds; } }
@reds2グローバルスコープに漏れることはありません。
@reds2