WapplerSystems / ws_scss

SASS Compiler for TYPO3
12 stars 24 forks source link

Support for AssetCollector #39

Open cyMarvin opened 3 years ago

cyMarvin commented 3 years ago

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. ;)

cowboyxup commented 3 years ago

@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.

msollmann commented 1 year ago

Any news on this?

svewap commented 1 year ago

This feature has already been implemented. The ViewHelper is