benjipott / video.js-chromecast

Use chromecast with videojs html5 player
Other
207 stars 86 forks source link

Include source scss/fonts in npm package for webpack #27

Closed tmm1 closed 7 years ago

tmm1 commented 7 years ago

With this change, you can have a app.scss in your webpack project and use the following to import the chromecast fonts and css:

$icon-font-path: '~videojs-chromecast/src/fonts/';
@import "~videojs-chromecast/src/css/videojs-chromecast";
benjipott commented 7 years ago

Thks