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

I wanna use this plugin with Laravel mix #12

Closed
chadidi opened this issue Apr 8, 2017 · 3 comments
Closed

I wanna use this plugin with Laravel mix #12

chadidi opened this issue Apr 8, 2017 · 3 comments
Assignees
Labels

Comments

@chadidi
Copy link

chadidi commented Apr 8, 2017

Can you help me out with this i wanna compile a scss file than make two files from the first file both will be saved in diffrent paths .

@vkalinichev
Copy link
Owner

Do you mean one file for ltr and second for rtl? Then you need RTLCSS.

PostCSS-RTL about combining two-directional styles in single file.

@vkalinichev vkalinichev self-assigned this Apr 8, 2017
@chadidi
Copy link
Author

chadidi commented Apr 8, 2017

@vkalinichev Yes this is it . one last question how can i use rtlcss with postcss cause i am just one day with postcss world ?

@vkalinichev
Copy link
Owner

As I know RTLCSS it's just a regular PostCSS plugin. So you can try something like this:

postcss([ require('rtlcss') ])

See PostCSS usage guide for details

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