@mixin round-corners { border: { radius: 5px; } } .center { text-align: center; } .right { float: right; }