You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/project-structure/src/app-css-scss.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
title: app.css (or app.scss)
3
3
contributors:
4
4
- rigor789
5
+
- NathanWalker
5
6
---
6
7
7
8
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.
@@ -10,10 +11,8 @@ The `app.css` (or `app.scss`) file contains the global styles for the app. The n
10
11
11
12
Platform specific styles can be defined in `app.<platform>.(css|scss)`
12
13
13
-
## Using a different file name or location
14
+
## Using other CSS plugins
14
15
15
-
## Using CSS
16
+
You can use any number of CSS plugins you'd like in your project.
16
17
17
-
## Using Sass
18
-
19
-
## Using other css preprocessors
18
+
For example, you can use [Tailwind CSS](https://tailwindcss.com/) using [@nativescript/tailwind](https://github.com/NativeScript/tailwind#nativescripttailwind)
0 commit comments