Project Structure
app.css (or app.scss)
The app.css
(or app.scss
) file contains the global styles for the app. The name of the file is important, since this file is automatically loaded when the app starts.
Platform specific styles ā
Platform specific styles can be defined in app.<platform>.(css|scss)
Using other CSS plugins ā
You can use any number of CSS plugins you'd like in your project.
For example, you can use Tailwind CSS using @nativescript/tailwind
- Previous
- fonts/
- Next
- main.jsā¢ts