Skip to content

Commit

Permalink
fix: css doc
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Nov 30, 2023
1 parent 72baa9b commit 2ac1468
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions content/project-structure/src/app-css-scss.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: app.css (or app.scss)
contributors:
- rigor789
- NathanWalker
---

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.
Expand All @@ -10,10 +11,8 @@ The `app.css` (or `app.scss`) file contains the global styles for the app. The n

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

## Using a different file name or location
## Using other CSS plugins

## Using CSS
You can use any number of CSS plugins you'd like in your project.

## Using Sass

## Using other css preprocessors
For example, you can use [Tailwind CSS](https://tailwindcss.com/) using [@nativescript/tailwind](https://github.com/NativeScript/tailwind#nativescripttailwind)

0 comments on commit 2ac1468

Please sign in to comment.