@row-prefix: ~"@{css-prefix}row";

.@{row-prefix} {
    & {
        display   : flex;
        width: 100%;
    }
}