pe-webfont()

/.tmp_src/docs/application.css
@mixin pe-webfont($webfont-id) {
  ...
}
@include pe-webfont(awesome);
@font-face {
  font-family: "Awesome Glyphs";
  font-style: normal;
  font-weight: normal;
  src: url
  (長いので)省略
}
Last update at 2016/09/16 15:55

Styleguide