dalestone / angular2-gantt

A gantt library written in angular
MIT License
67 stars 38 forks source link

Migration to SASS #24

Open 11joselu opened 7 years ago

11joselu commented 7 years ago

Hey!. What do you think about migrating styles from css to sass? it can be really great option.

I just refactored a bit and I am ready to submit a pull request.

To Do

dalestone commented 7 years ago

Sure submit a pull request and I will review.

I only have the css and templates inline due to an issue I encountered when using it in another application that uses webpack, it didn't seem to be able to find the css or html files.

11joselu commented 7 years ago

Maybe we can resolve that building Gantt project using existing WebPack setup. I'm searching for a solution :)

dalestone commented 7 years ago

Yeah I agree there needs to be a better build process for the lib as currently I just publish the raw files to npm