Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Every other ignore control directive within a block is ignored #88

Closed
yoavf opened this issue Dec 27, 2016 · 1 comment
Closed

Every other ignore control directive within a block is ignored #88

yoavf opened this issue Dec 27, 2016 · 1 comment
Labels

Comments

@yoavf
Copy link

yoavf commented Dec 27, 2016

The following example is from the docs:

.code {
  /*rtl:ignore*/
  direction:ltr;
  /*rtl:ignore*/
  text-align:left;
}

The result when pasting this in the rtlcss playground:

.code {
  direction:ltr;
  /*rtl:ignore*/
  text-align:right;
}

Adding a 3rd line preceded with /*rtl:ignore*/ works as expected. A 4th will have the same result as above, etc...

@MohammadYounes
Copy link
Owner

Fixed in 2.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants