Im new to Neos and experiencing the demo site. Therefore I want to do some css changes.
As I understand most css for the website is deliverd with the file /neos/Packages/Sites/Neos.Demo/Resources/Public/Styles/NeosDemo.css. It seems that this file has been created using the .scss files in /neos/Packages/Sites/Neos.Demo/Resources/Private/Styles.
Is there a way (e.g. a flow command) to redeploy changes within …/Private/Styles into …/Public/Styles/NeosDemo.css?
I couldn’t find any information about this topic.