vuelendar icon indicating copy to clipboard operation
vuelendar copied to clipboard

Compile sass file to css

Open valdoryu opened this issue 7 years ago • 2 comments

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

valdoryu avatar Apr 18 '19 11:04 valdoryu

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 ?

lusarz avatar Apr 18 '19 11:04 lusarz

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

valdoryu avatar Apr 18 '19 13:04 valdoryu