Is there any way to integrate rtlcss using bud-postcss.
Can someone help me to integrate this integration in bud config
Hi @uraayush,
I haven’t set this up myself, but as rtlcss is a postcss plugin, you should be able to easily load it following the instructions here.
It seems like it should be as simple as:
app.postcss.setPlugin('rtlcss', [options , plugins, hooks])
Let us know how you get on!
1 Like
Not Working - after adding setPlugin it says all the other bud method is not a function
setPlugin
doesn’t appear to return an instance of bud
, so you cannot chain methods as you are trying to.
Please check the documentation again.