Skip to content

Instantly share code, notes, and snippets.

View mariselli's full-sized avatar
👨‍💻
...

Mattia Mariselli mariselli

👨‍💻
...
View GitHub Profile
@mariselli
mariselli / folder-structure.md
Last active March 14, 2016 22:45
Generate font with icons with Gulp

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() {