You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile a Twig template with Vituum that uses some SCSS files for styling. So far I'm able to compile it successfully but I need to also inline the generated CSS in the final HTML with this plugin but unfortunately I didn't got it working yet.
Hey,
I'm trying to compile a Twig template with Vituum that uses some SCSS files for styling. So far I'm able to compile it successfully but I need to also inline the generated CSS in the final HTML with this plugin but unfortunately I didn't got it working yet.
The setup for the juice plugin looks like this:
In the Twig template I changed the link tag to:
<link rel="stylesheet" data-href="/assets/scss/styles.scss" data-juice-link>
When I try to build I get this error:
It looks to me that the tag is gone after Twig has done its job. Any ideas how to avoid this?
Thanks for any feedback and help here!
The text was updated successfully, but these errors were encountered: