liferay / generator-liferay-fragments

Yeoman generator for creating and maintaining Liferay Fragment projects
https://www.npmjs.com/package/generator-liferay-fragments
MIT License
30 stars 31 forks source link

Add support for writing sass #71

Closed rdai10 closed 5 years ago

rdai10 commented 5 years ago

It will be a more pleasant experience for someone using generator-liferay-fragments to be able to write sass if they so choose. If a user is content with writing css, they can continue to do so in styles.css. However if a user wants to write sass, there could be an additional process that compiles sass to css and outputs it in the styles.css.

p2kmgcl commented 5 years ago

Hi @rdai10, I am closing this as duplicated of https://github.com/liferay/generator-liferay-fragments/issues/19

Thanks for suggesting!

If you want to suggest how the build process should happen and/or which tools should we use please feel free to add a comment in the linked issue :)