workaround bug in django (newlines in http headers, https://code.djangoproject.com...
[edumed.git] / edumed / static / css / _mixins.scss
1 @import "vars";
2
3 @mixin base-font {
4     font-family: Dosis;
5     background: white;
6     color: $ciemny;
7 }