sapegin / grunt-webfont

SVG to webfont converter for Grunt
MIT License
1.11k stars 210 forks source link

classname suffix #372

Closed joguerre closed 6 years ago

joguerre commented 6 years ago

Is there an option available to add a classname 'suffix' to class, example:

templateOptions: {
    baseClass: 'mIcon',
    classPrefix: 'mIcon.j-',
    classSuffix: '.jr' //suffix, please verify if possible
}

= // rendered sample showing '.jr' suffix: .mIcon.j-MenuButton.jr:before {}

alampros commented 6 years ago

No there is not, but you can achieve this using the template configuration param.