Skip to content

Commit 2ac1468

Browse files
committed
fix: css doc
1 parent 72baa9b commit 2ac1468

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

content/project-structure/src/app-css-scss.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: app.css (or app.scss)
33
contributors:
44
- rigor789
5+
- NathanWalker
56
---
67

78
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
1011

1112
Platform specific styles can be defined in `app.<platform>.(css|scss)`
1213

13-
## Using a different file name or location
14+
## Using other CSS plugins
1415

15-
## Using CSS
16+
You can use any number of CSS plugins you'd like in your project.
1617

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

Comments
 (0)