Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix brand to Tailwind CSS #417

Merged
merged 1 commit into from
Feb 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/examples/1.basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fullscreen: true

# Basic Usage Example

> Live example of basic usage of Nuxt TailwindCSS on CodeSandbox.
> Live example of basic usage of Nuxt Tailwind CSS on CodeSandbox.

Minimal example of a Nuxt project with Tailwind CSS module.

Expand Down
2 changes: 1 addition & 1 deletion docs/content/examples/2.dark-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fullscreen: true

# Dark Mode Example

> Live example of dark mode with Nuxt TailwindCSS on CodeSandbox.
> Live example of dark mode with Nuxt Tailwind CSS on CodeSandbox.

Example with the [tailwindcss-dark-mode](https://github.com/ChanceArthur/tailwindcss-dark-mode) plugin and [@nuxtjs/color-mode](https://github.com/nuxt-community/color-mode-module) module.

Expand Down
2 changes: 1 addition & 1 deletion docs/content/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Nuxt TailwindCSS",
"title": "Nuxt Tailwind CSS",
"url": "https://tailwindcss.nuxtjs.org",
"logo": {
"light": "/logo-light.svg",
Expand Down