You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that font-face mixin requires "font-files" method to list available fonts. @include font-face(Brown, font-files('fonts/Brown-Light.woff'), '/fonts/Brown-Light.eot', 300, normal);
So font-files is a non-existent mixin and this is the compilation result :
Hello,
I noticed that font-face mixin requires "font-files" method to list available fonts.
@include font-face(Brown, font-files('fonts/Brown-Light.woff'), '/fonts/Brown-Light.eot', 300, normal);
So font-files is a non-existent mixin and this is the compilation result :
@font-face { font-family: "Brown"; src: font-url("/fonts/Brown-Light.eot"); src: font-url(/fonts/Brown-Light.eot?#iefix) format('eot'), font-files("fonts/Brown-Light.woff"); font-weight: 300; font-style: normal; }
The text was updated successfully, but these errors were encountered: