devstark-com / vue-textarea-autosize

Vue component provides textarea with automatically adjustable height and without any wrappers and dependencies
MIT License
125 stars 39 forks source link

Why is there vue-textarea-autosize.css #2

Closed adamdavidcz closed 7 years ago

adamdavidcz commented 7 years ago

Hello,

I got compilation error from webpack on vue-textarea-autosize.css probably because I don't have any CSS loaders. Question is why is there such style included?

Saymon-biz commented 7 years ago

@adamdavidcz It was an artifact of the vue-cli template we used and it's already removed. Try again!

adamdavidcz commented 7 years ago

@Saymon-biz Thank you!