Closed sebawita closed 7 years ago
Out of the box the project imports one of the {N} themes: @import 'nativescript-theme-core/css/core.light.css';, however that doesn't seem to work
@import 'nativescript-theme-core/css/core.light.css';
When I add a button like: <Button text="TEST" class="btn btn-primary"></Button> to the home component, the button appears without the expected style.
<Button text="TEST" class="btn btn-primary"></Button>
Tested with PR #29. I'll merge that into master now. Try with that 👍
It works like a charm 😃
Out of the box the project imports one of the {N} themes:
@import 'nativescript-theme-core/css/core.light.css';
, however that doesn't seem to workWhen I add a button like:
<Button text="TEST" class="btn btn-primary"></Button>
to the home component, the button appears without the expected style.