vkalinichev / postcss-rtl

PostCSS plugin for RTL-adaptivity
MIT License
173 stars 33 forks source link

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

Closed jd-solanki closed 5 years ago

jd-solanki commented 5 years ago

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 commented 5 years ago

It is solved. Please check this issue