vkalinichev / postcss-rtl

PostCSS plugin for RTL-adaptivity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rtlcss-directives

jonnitto opened this issue · comments

Is there a roadmap/timeplan for the rtlcss-directives?

I plan to implement this in the near future (march-april).

I will be glad to accept help!

at which point do

/* rtl:begin:ignore */
.bla { margin-left: 0; }
/* rtl:end:ignore */

/* rtl:ignore */ .bla2 { margin-left: 0; }

get lost?

I tried prefixing them with ! to get them past cssnano, but postcss-rtl still seems to ignore them.

Directives of rtlcss (including rtl:ignore) is not supported. Yet. The subj is just about that.

Unfortunately, I do not have time for OSS projects lately and I don't know when I resume work.

Please have a look at #16