Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6acf8a7

Browse files
Update 4.styling.md
The lint-checker failure in recent pr's is attributed to a DNS issue with Pinceau. To mitigate future occurrences, the GitHub repository is now linked instead of the website address.
1 parent b9168d0 commit 6acf8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/1.getting-started/4.styling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Nuxt uses Vite by default. If you wish to use webpack instead, refer to each pre
243243

244244
## Single File Components (SFC) Styling
245245

246-
One of the best things about Vue and SFC is how great it is at naturally dealing with styling. You can directly write CSS or preprocessor code in the style block of your components file, therefore you will have fantastic developer experience without having to use something like CSS-in-JS. However if you wish to use CSS-in-JS, you can find 3rd party libraries and modules that support it, such as [pinceau](https://pinceau.dev).
246+
One of the best things about Vue and SFC is how great it is at naturally dealing with styling. You can directly write CSS or preprocessor code in the style block of your components file, therefore you will have fantastic developer experience without having to use something like CSS-in-JS. However if you wish to use CSS-in-JS, you can find 3rd party libraries and modules that support it, such as [pinceau](https://github.com/Tahul/pinceau).
247247

248248
You can refer to the [Vue docs](https://vuejs.org/api/sfc-css-features.html) for a comprehensive reference about styling components in SFC.
249249

@@ -465,7 +465,7 @@ Here are a few modules to help you get started:
465465
- [UnoCSS](/modules/unocss): Instant on-demand atomic CSS engine
466466
- [Tailwind CSS](/modules/tailwindcss): Utility-first CSS framework
467467
- [Fontaine](https://github.com/nuxt-modules/fontaine): Font metric fallback
468-
- [Pinceau](https://pinceau.dev): Adaptable styling framework
468+
- [Pinceau](https://github.com/Tahul/pinceau): Adaptable styling framework
469469
- [Nuxt UI](https://ui.nuxt.com): A UI Library for Modern Web Apps
470470
- [Panda CSS](https://panda-css.com/docs/installation/nuxt): CSS-in-JS engine that generates atomic CSS at build time
471471

0 commit comments

Comments
 (0)