backflip / gulp-iconfont-css

Create an SCSS file mapping the SVG files piped to gulp-iconfont to their codepoints
MIT License
148 stars 81 forks source link

adds sass template #54

Closed s-pyadyshev closed 5 years ago

s-pyadyshev commented 7 years ago

Adds sass template

backflip commented 6 years ago

@s-pyadyshev, is this needed or do most compilers currently allow to mix sass and scss files? What happens if you require the scss file?

s-pyadyshev commented 6 years ago

@backflip I tried to add scss iconfont file to my sass boilerplate and it failed because of "{}", ";" that's why I had to make sass template for iconfont. It is possible to import css file to scss but I didn't find any way of importing .sass to .scss. Anyway I can be wrong.

backflip commented 5 years ago

@s-pyadyshev, thanks a lot for your patience, I have updated the config and added tests in https://github.com/backflip/gulp-iconfont-css/pull/66