FYI, I just compiled a bare-bones app, and a Basic app with a View, VContainer 
and Label is 85KB uncompressed. 24KB gzipped. It looks like there’s no extra 
classes. 

The CSS is 546 bytes and 222 bytes gzipped. There’s no extra css either, 
although som empty selectors could use some cleanup.

Harbs

> On Jun 4, 2018, at 4:27 PM, Harbs <harbs.li...@gmail.com> wrote:
> 
> The only class selectors left in Basic defaults.css is:
> 
> .Application *, .royale *, . royale *:before, . royale *:after {
>       -moz-box-sizing: border-box;
>       -webkit-box-sizing: border-box;
>       box-sizing: border-box;
> }
> 
> I’m not sure how to best get rid of this.
> 
> Thoughts?
> Harbs

Reply via email to