radium-loader
radium-loader copied to clipboard
A webpack loader that transforms a stylesheet into a Radium-compatible JS object
Results
1
radium-loader issues
Sort by
recently updated
recently updated
newest added
I'm trying to use the radium-loader to load CSS files which reference seperate font files with CSS like the following: ``` @font-face { font-family: 'Weissenhof'; src: url('../fonts/weissenhof-lt.eot'); src: url('../fonts/weissenhof-lt.eot?#iefix') format('embedded-opentype'),...