Kamil

Results 4 comments of Kamil

Hey, I think, that for now everything is sorted alphabetically, am I correct? That causes big issue - I have one element, let's say `table.content` and styles for table in...

You can pass argument to custom partial: page: ``` --- layout: transactional-email subject: Transactional email prototype linkTitle: CLICK ME PLEASE --- {{#> link href="http://page.com" title=linkTitle }} My label {{/link}} ```...

Well, there is a workaround: you can write own loading function. Just look at `./node_modules/webpack-svgstore-plugin/src/helpers/svgxhr.js`, there is a code responsible for composing final URL: ``` if (typeof baseUrl === 'undefined')...

Usually you put that code in your entrypoint. You should adjust paths to the actual icon (path) and specify path to the output sprite file relative to your webpack config...