I'm doing some front-end work using Scout.
I know Compass has some inbuilt mixins that we could import, such as:
@import "compass/css3/font-face";
@include font-face(
'FontAwesome',
font-files(
"#{$fontAwesomePath}.woff", woff,
"#{$fontAwesomePath}.ttf", truetype,
"#{$fontAwesomePath}.svg#FontAwesomeRegular", svg),
'#{$fontAwesomePath}.eot',
normal,
normal);
How about Scout? There are many snippets using these @import functions and I'm not sure if Scout already has them or should I write them on my own?
As of today, Scout gives access to 4 libraries:
Note: Scout is a GUI for Sass & Compass and it can not be compared to a Sass framework like Compass or Bourbon.