symfony / webpack-encore-bundle

Symfony integration with Webpack Encore!
https://symfony.com/webpack-encore
MIT License
940 stars 83 forks source link

Handle Stimulus CSS Classes #191

Closed jmsche closed 2 years ago

jmsche commented 2 years ago

Closes #123.

This PR aims to add support for Stimulus CSS Classes (see https://stimulus.hotwired.dev/reference/css-classes).

jmsche commented 2 years ago

Hi @weaverryan, would you mind reviewing this PR soon?

I'd love to use this feature in my projects.

Thanks :)

jmsche commented 2 years ago

Code style should be fixed by #194.

I don't know why Tests are cancelled by GitHub :/

[Edit] CI is fixed in #194 as well; ubuntu-18.04 is deprecated, hence the temporary failure.

weaverryan commented 2 years ago

Thanks @jmsche!