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 didn't read anything about it in the manual nor did I find an open issue about it, so I post my question right here.
Do you plan on supporting the AssetCollector?
It offers "BeforeStylesheetsRenderingEvent" where SCSS assets could be compiled.
@cyMarvin I suggest also the support of the Assets Collector.
I'm currently working on a implementation in my fork, but this is currently in alpha state and not bulletproof.
Hello!
I didn't read anything about it in the manual nor did I find an open issue about it, so I post my question right here.
Do you plan on supporting the AssetCollector?
It offers "BeforeStylesheetsRenderingEvent" where SCSS assets could be compiled.
I would like to use the f:asset.css ViewHelper with SCSS stylesheets like
<f:asset.css identifier="identifier123" href="EXT:my_ext/Resources/Public/Css/foo.scss" />
or maybe even inline like
<f:asset.css identifier="identifier123"> .foo { color: black; &.bar { color: red; } } </f:asset.css>
If you need any further information or contribution feel free to contact me. ;)
The text was updated successfully, but these errors were encountered: