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.
我想在身体方向 rtl 时覆盖 Scss 变量值。我尝试如下,但它不工作。实际上,我在很多组件中都使用了 $FONT_REGULAR 变量,对于英文版本没问题,但现在我们想更改阿拉伯版本的字体,但它不起作用。
$FONT_REGULAR: "Roboto-Regular"; body[dir='rtl'] { $FONT_REGULAR: "FSAlbertArabicWeb-Regular"; }