From 2ac14680690e8227495ea7f7c7f128785dbce8b5 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Wed, 29 Nov 2023 19:04:17 -0800 Subject: [PATCH] fix: css doc --- content/project-structure/src/app-css-scss.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/content/project-structure/src/app-css-scss.md b/content/project-structure/src/app-css-scss.md index e639f33e..18a6eeb4 100644 --- a/content/project-structure/src/app-css-scss.md +++ b/content/project-structure/src/app-css-scss.md @@ -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. @@ -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..(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)