aui icon indicating copy to clipboard operation
aui copied to clipboard

Nested styles like in SASS

Open Alex2772 opened this issue 3 years ago • 0 comments

{
    c(".btn"),
    BackgroundImage { ":img/button2.png" },
    Border { 1_dp, 0xff9f6a_rgb },
    {
        t<Label>(),
        // ....
    }
},

Alex2772 avatar Aug 30 '22 15:08 Alex2772