-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for AssetCollector #39
Comments
@cyMarvin I suggest also the support of the Assets Collector. |
Any news on this? |
This feature has already been implemented. The ViewHelper is <wsscss:asset:scss href="EXT:template/...." /> |
please place this into
then you don't have to use it like this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: