In this example folders shoulb be in this way
gulpfile.js
font-template.scss
icons/
ico-user.svg
ico-save.svg
...
fonts/
myfont.eot
In this example folders shoulb be in this way
gulpfile.js
font-template.scss
icons/
ico-user.svg
ico-save.svg
...
fonts/
myfont.eot
| /* | |
| RESPONSIVE MIXINS based on bootstrap breakponts | |
| */ | |
| @mixin mobile() { | |
| @media (max-width: $screen-xs-max) { | |
| @content; | |
| } | |
| } | |
| @mixin notMobile() { |