WapplerSystems / ws_scss

SASS Compiler for TYPO3
12 stars 24 forks source link

EXT:theme as variable #61

Closed worldwideweber closed 2 years ago

worldwideweber commented 2 years ago

Looking foward to changes in composer https://b13.com/core-insights/typo3-and-composer-weve-come-a-long-way

It is not possible to pass paths to public files in scss files. I cant find anything expect this issue https://github.com/svewap/ws_scss/issues/1#issuecomment-610085150

Both of this Examples dont pass the Path in Scss/Css:

plugin.tx_wsscss.variables { ext = path:EXT:theme }

plugin.tx_wsscss.variables { ext = TEXT ext.data = path:EXT:theme/.dir ext.stdWrap.substring = 0,-4 } From your Example https://github.com/svewap/ws_scss/issues/1#issuecomment-610085150

TYPO3 11.5.8 PHP 7.4.26

worldwideweber commented 2 years ago

Sorry, works with the given Example