Reputation: 326
Hybris supports for ".less" to generate css files for storefront by default. In addition to this, hybris has backoffice-sass integration.
backoffice sass integration link: https://help.hybris.com/6.2.0/hcd/830f7ed55f804b1980dcfad2f83ce3a7.html
storefront less integration link: https://help.hybris.com/6.6.0/hcd/8ac7e55f86691014a6a9c4f7224649a0.html
I want to generate css files in "_ui" folder from scss files in "_ui-src" folder. How can i perform scss integration for storefront?
Upvotes: 1
Views: 1731
Reputation: 5758
Grunt support scss format also. You can modify Gruntfile.js for adding scss files.
Upvotes: 1