rokumatsumoto/boyutluseyler

View on GitHub
app/assets/stylesheets/framework/mixins.scss

Summary

Maintainability
Test Coverage
// Mixin that handles the size and right margin of avatars.

@mixin avatar-size($size, $margin-right) {
  width: $size;
  height: $size;
  margin-right: $margin-right;
}