Vladimir Kalinichev

Results 9 comments of Vladimir Kalinichev

@vybu I could not reproduce it but it seems to have found a problem. Try upgrading to `1.7.3`

@ranisalt cannot reproduce. Can you share a minimal reproducible example?

@hiyangguo Sounds nice. It will be added soon. For now you can create `rtl` rule manually: ```css .foo { float: right; } [dir=rtl] { text-align: right; } ```

I can't reproduce it, and add test for you case. If the issue is still actual, can you provide your postcss/webpack-config?

@peyman3d @FaridAghili @jd-0001 Is problem still actual? I add test for it, and it [passes](../commit/df05a021652ebdc0a6f9d7baa2fc16fa6b636ec6)

Hmm... Can you provide your postcss config? Maybe another plugins strips out the ignore-directives or something like that?

I'll try to fix it in the next release. For now you can use this workaround: ```css div { background: linear-gradient(to right, #c8c8c8 15.5%, transparent 15.5%) repeat-x; } [dir] div...

if I get you right, it already works like that via `tag` prop: ```js import { MyLinkStyle } from 'app.css'; /* in the jsx */ Home ```