/**
|
|
* component: button
|
|
*
|
|
*
|
|
* @author Björn Hase
|
|
* @license http://opensource.org/licenses/MIT The MIT License
|
|
* @link https://gitlab.tentakelfabrik.de/tentakelfabrik/crispy
|
|
*
|
|
*/
|
|
|
|
@mixin components__button()
|
|
{
|
|
.button {
|
|
|
|
}
|
|
}
|