/**
|
|
* component: button
|
|
*
|
|
*
|
|
* @author Björn Hase
|
|
*
|
|
*/
|
|
|
|
@mixin components__button()
|
|
{
|
|
.button {
|
|
|
|
}
|
|
}
|