I have a custom theme in app / theme / AcmeTheme. I have a work theme, and I can define my own templates under the views or override the template for other Bundles. The problem is that I cannot figure out how to add a custom CSS file inside my theme. I tried so hard:
AcmeTheme / state / style.css AcmeTheme / web / style.css
But after running the resources: install and sylius: theme: assets: the installation of the file is not copied. I have read the documentation several times and I still cannot get it to work.
Pablo source
share