vuelendar
vuelendar copied to clipboard
Compile sass file to css
Having both css and sass would allow users without sass-loader to use the package and sass users to override variables to custom style the component
That's true, I'm wondering how to setup it technically. Just adding css/vuelendar.css file and remember to rebuild it manually everytime we'll change something in scss ?
Yes, I think creating a npm command to compile the scss to css is the only easy way to do. However we need to add it to git ignore to avoid repository pollution with compiled files