tancredi / fantasticon

Icon font generation tool
MIT License
923 stars 102 forks source link

Multiple templates per file type #237

Open ole-flavia opened 3 years ago

ole-flavia commented 3 years ago

It would be great if one could generate multiple files of the same file type. Such as one HTML template for font demo purposes and one HTML template for server-side rendering inclusion. Also one could be able to generate separate SCSS files for a) mixins b) font-face definition and c) icon selectors. This way, one could re-use the mixin imports without duplicated plain css of all icon selectors in case of code chunking, etc.

justusbunsi commented 2 years ago

@tancredi I'd like to contribute this to the project but am not sure about it's complexity. Do you have any insights for me?