BioPhoton / css-star-rating

Css Star Rating is a css only star rating lib based on best practice UX/UI methodes. It is written in scss and fully customizable.
MIT License
69 stars 31 forks source link

Remove comments from production Sass files #38

Open solkaz opened 6 years ago

solkaz commented 6 years ago

I'm submitting a...


[ ] Bug report
[x] Feature request

Current behavior

Comments are included in dist Sass files

Expected behavior

Comments aren't included in dist Sass files

solkaz commented 6 years ago

I am using angular-star-rating for an Angular CLI project, and have noticed that comments are included in the bundled styles file. I'd prefer not to have the comments in there.