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
Since installing this plugin I've had an error message in my terminal:
`container` unknown or invalid utility
I've now worked out this is coming from me using kebab-cased class names in my template. The class was text-container. If I swap it to being camel-cased, the error goes away. Other kebab cased classes on the templates don't seem to be causing issues interestingly.
The only similar mention of this I could find was on Satori, where it sounds like unrecognised options being passed. If I understand how this plugin works correctly, the styles from the template get inlined with each element before passing to Satori - I wonder if something is going slightly wrong with kebab-cased styles.
The text was updated successfully, but these errors were encountered:
edwardhorsford
changed the title
Handling of camel-cased styles
Handling of kebab-cased styles
Jan 9, 2024
Since installing this plugin I've had an error message in my terminal:
I've now worked out this is coming from me using kebab-cased class names in my template. The class was
text-container
. If I swap it to being camel-cased, the error goes away. Other kebab cased classes on the templates don't seem to be causing issues interestingly.The only similar mention of this I could find was on Satori, where it sounds like unrecognised options being passed. If I understand how this plugin works correctly, the styles from the template get inlined with each element before passing to Satori - I wonder if something is going slightly wrong with kebab-cased styles.
The text was updated successfully, but these errors were encountered: