bootstrapfx
bootstrapfx copied to clipboard
size classes don't work on Label
First, Thank you for the fantastic implementation! I just started using it and I saw the label's supported classes don't work. Here's the code:
Label lbl = new Label("some text"); lbl.getStyleClass().setAll("lbl", "h1", "lbl-primary");
but works on the Text class. Thanks again