Szymon Krysztofiak
Szymon Krysztofiak
Use `~assets`, for example: ``` @font-face { font-family: 'FontAwesome'; src: url('~assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0'); src: url('~assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('~assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('~assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('~assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('~assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } ``` That works...
Same issue as above.
No problem, btw. this is very good lib, and if You have any suggestions to this PR, i'll find time to look at this again :)
Unfortunately, I don't work with CSS-Modules. Maybe @TheLarkInn will be able to help, he is an expert from Webpack.