Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jonathanmartins's avatar

Does anyone know how can I autoprefix my styles with elixir ?

I'm using elixir with laravel 5.

How can I autoprefix my css like sass and less scripts ?

This piece of code do not autoprefix my custom CSS: mix.styles([/* my styles */]);

0 likes
5 replies
jonathanmartins's avatar

No solution? How can I collaborate with the elixir project? I remember to saw Jeffrey explain somwthing like how to make changes on github projects.

JeffreyWay's avatar

Yeah, remember that you can always mix in your own tasks, using mix.task().

jonathanmartins's avatar

In that time I just gived it up after some PRs dont pass on Github. I ended up using raw gulp code. Perhaps on big projects, the best way to follow is construct your own Gulpfile.js. Much for complex, but much more flexibility.

Please or to participate in this conversation.