Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nuxt-modules/tailwindcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: nuxt-modules/tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.1
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Dec 3, 2020

  1. chore(deps): update devdependency nuxt to ^2.14.9 (#214)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 3, 2020
    Copy the full SHA
    850f863 View commit details
  2. Copy the full SHA
    6058ea8 View commit details
  3. docs: improvements

    atinux committed Dec 3, 2020
    Copy the full SHA
    087aef1 View commit details
  4. chore(release): 3.3.1

    atinux committed Dec 3, 2020
    Copy the full SHA
    df9970f View commit details
Showing with 763 additions and 747 deletions.
  1. +7 −0 CHANGELOG.md
  2. +6 −5 README.md
  3. +18 −9 docs/content/en/index.md
  4. +6 −0 docs/content/en/setup.md
  5. +1 −1 docs/package.json
  6. +414 −322 docs/yarn.lock
  7. +33 −6 lib/ui/pages/index.vue
  8. +2 −2 package.json
  9. +276 −402 yarn.lock
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.3.1](https://github.com/nuxt-community/tailwindcss-module/compare/v3.3.0...v3.3.1) (2020-12-03)


### Bug Fixes

* handle color as string and smarted light/dark detection ([6058ea8](https://github.com/nuxt-community/tailwindcss-module/commit/6058ea81021b2aee33ed3bb8a262352a3b35414a))

## [3.3.0](https://github.com/nuxt-community/tailwindcss-module/compare/v3.2.0...v3.3.0) (2020-12-02)


11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -15,11 +15,12 @@

## Features

- Zero configuration to start
- PurgeCSS included for minimal CSS
- Use latest CSS features (Stage 1)
- Reference your Tailwind config in your app
- Extendable by Nuxt modules
- 👌&nbsp; Zero configuration to start *([see video](https://tailwindcss.nuxtjs.org/#quick-start))*
- ⚡️&nbsp; PurgeCSS included for minimal CSS ⚡️
- 🪄&nbsp; Use latest CSS features *([Stage 1](https://cssdb.org/#stage-1))*
- 🎨&nbsp; Discover your Tailwind Colors *([see video](https://tailwindcss.nuxtjs.org/#tailwind-colors))*
- ⚙️&nbsp; Reference your Tailwind config in your app
- 📦&nbsp; Extendable by [Nuxt modules](https://modules.nuxtjs.org/)

[📖 &nbsp;Read more](https://tailwindcss.nuxtjs.org)

27 changes: 18 additions & 9 deletions docs/content/en/index.md
Original file line number Diff line number Diff line change
@@ -4,12 +4,6 @@ description: 'Add Tailwind CSS to your Nuxt application in seconds.'
position: 1
category: ''
categoryPosition: 1
features:
- Zero configuration to start
- PurgeCSS included for minimal CSS
- Use latest CSS features (Stage 1)
- Reference your Tailwind config in your app
- Extendable by Nuxt modules
---

<img src="/preview.png" class="light-img" />
@@ -19,14 +13,29 @@ Add [Tailwind CSS](https://tailwindcss.com) to your [Nuxt](https://nuxtjs.org) a

## Features

<list :items="features"></list>
- 👌&nbsp; Zero configuration to start
- ⚡️&nbsp; PurgeCSS included for minimal CSS ⚡️
- 🪄&nbsp; Use latest CSS features *([Stage 1](https://cssdb.org/#stage-1))*
- 🎨&nbsp; Discover your Tailwind Colors *([see video](/#tailwind-colors))*
- ⚙️&nbsp; Reference your Tailwind config in your app
- 📦&nbsp; Extendable by [Nuxt modules](https://modules.nuxtjs.org/)

<p class="flex items-center">Enjoy a documentation with light and dark mode:&nbsp;<app-color-switcher class="p-2"></app-color-switcher></p>
<p class="flex items-center">Enjoy a documentation with light and dark mode:&nbsp;<app-color-switcher class="flex"></app-color-switcher></p>

## Video
## Videos

### Quick start

<video poster="https://res.cloudinary.com/nuxt/video/upload/v1596625297/nuxt-tailwindcss_ipv0ta.jpg" loop playsinline controls>
<source src="https://res.cloudinary.com/nuxt/video/upload/q_auto/v1596625297/nuxt-tailwindcss_ipv0ta.webm" type="video/webm" />
<source src="https://res.cloudinary.com/nuxt/video/upload/q_auto/v1596625297/nuxt-tailwindcss_ipv0ta.mp4" type="video/mp4" />
<source src="https://res.cloudinary.com/nuxt/video/upload/q_auto/v1596625297/nuxt-tailwindcss_ipv0ta.ogv" type="video/ogg" />
</video>

### Tailwind Colors

<video poster="https://res.cloudinary.com/nuxt/video/upload/v1606994332/nuxt-tailwind-colors_qlio2t.jpg" loop playsinline controls>
<source src="https://res.cloudinary.com/nuxt/video/upload/q_auto/v1606994332/nuxt-tailwind-colors_qlio2t.webm" type="video/webm" />
<source src="https://res.cloudinary.com/nuxt/video/upload/q_auto/v1606994332/nuxt-tailwind-colors_qlio2t.mp4" type="video/mp4" />
<source src="https://res.cloudinary.com/nuxt/video/upload/q_auto/v1606994332/nuxt-tailwind-colors_qlio2t.ogv" type="video/ogg" />
</video>
6 changes: 6 additions & 0 deletions docs/content/en/setup.md
Original file line number Diff line number Diff line change
@@ -44,6 +44,12 @@ That's it! You can now use Tailwind classes in your Nuxt app ✨

</alert>

<alert type="info">

Discover your color palette based on your Tailwind config on `/_tailwind` route.

</alert>

## Tailwind Files

When running `nuxt dev`, this module will look for these two files:
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"homepage": "https://tailwindcss.nuxtjs.org",
"dependencies": {
"@nuxt/content-theme-docs": "^0.8.2",
"nuxt": "^2.14.7"
"nuxt": "^2.14.9"
},
"devDependencies": {
"nuxt-ackee": "^2.0.0"
Loading