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

/* rtl:begin:ignore */ not working in build version of Vue App #53

Closed
jd-solanki opened this issue Oct 23, 2019 · 1 comment
Closed

Comments

@jd-solanki
Copy link

jd-solanki commented Oct 23, 2019

Hello, Thanks for this awesomeness,
I was doing really great with your tool. However, when I build my vue app /* rtl:begin:ignore */ and /* rtl:end:ignore */ doesn't seems to work. It also get converted for RTL. This works in my developement environment.

I am using Vue CLI 3, here's my postcss.config.js

module.exports= {
  plugins: [
      require('tailwindcss'),
      require('autoprefixer'),
      require('postcss-rtl'),
  ]
}

My postcss version

"postcss-rtl": "^1.5.0",

Thanks ~

@jd-solanki
Copy link
Author

It is solved. Please check this issue

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

No branches or pull requests

1 participant