bayrell / BayLang

BayLang compiler source code
https://bayrell.org/ru/docs/baylang
Apache License 2.0
4 stars 0 forks source link

Поддержка & для виджетов #169

Open ildar-ceo opened 2 months ago

ildar-ceo commented 2 months ago
.about_photo{
    &(TextImage)widget_text_image{
        display: block;
    }
    %(TextImage)widget_text_image{
        &__image{
        }
        &__text{
            flex: 1;
        }
    }
}