SASS and Liferay - how to use in custom themes?
问题 I don't really find an answer on liferay's blogs and google - so i hope anyone here can help me. I'm trying to get started with sass in a custom theme i am building in liferay 6.2. As i understand it, the approach would be this: create an empty theme, (using maven,) based off _styled this gives me a file layout like this: <theme> +-src +-main +-webapp +-css +- ... here i'll put any css overwrites develop sass stylesheets, link to main.css <theme> +-src +-main +-webapp +-css +-main.css +