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: v4.1.1
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: v4.1.2
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on May 12, 2021

  1. Copy the full SHA
    e10b598 View commit details

Commits on May 13, 2021

  1. chore: remove package-lock.json

    pi0 committed May 13, 2021
    Copy the full SHA
    6d3bdd1 View commit details
  2. chore: improve deprecation message to be generic about config specifi…

    …cation
    
    can be either nuxt.config or tailwind.config
    pi0 committed May 13, 2021
    Copy the full SHA
    50b3fd4 View commit details
  3. Copy the full SHA
    42d4fae View commit details
  4. chore(release): 4.1.2

    pi0 committed May 13, 2021
    Copy the full SHA
    aad68c2 View commit details
Showing with 7 additions and 52,996 deletions.
  1. +1 −0 .gitignore
  2. +2 −0 CHANGELOG.md
  3. +1 −1 docs/content/1.index.md
  4. +0 −52,992 package-lock.json
  5. +2 −2 package.json
  6. +1 −1 src/index.ts
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -8,3 +8,4 @@ node_modules
coverage
dist
sw.js
package-lock.json
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

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.

### [4.1.2](https://github.com/nuxt-community/tailwindcss-module/compare/v4.1.1...v4.1.2) (2021-05-13)

### [4.1.1](https://github.com/nuxt-community/tailwindcss-module/compare/v4.1.0...v4.1.1) (2021-05-07)

## [4.1.0](https://github.com/nuxt-community/tailwindcss-module/compare/v4.0.3...v4.1.0) (2021-05-05)
2 changes: 1 addition & 1 deletion docs/content/1.index.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ This module help you setup [Tailwind CSS](https://tailwindcss.com) (version 2) t

- 👌  Zero configuration to start *([see video](https://tailwindcss.nuxtjs.org/#quick-start))*
- 🗜  PurgeCSS included for minimal CSS ⚡️
- ⚡️  Supports [Tailwind Just-In-Time](https://github.com/tailwindlabs/tailwindcss-jit)
- ⚡️  Supports [Tailwind Just-In-Time](https://tailwindcss.com/docs/just-in-time-mode)
- 🪄  Includes [CSS Nesting](https://drafts.csswg.org/css-nesting-1/) with [postcss-nesting](https://github.com/csstools/postcss-nesting)
- 🎨  Discover your Tailwind Colors *([see video](https://tailwindcss.nuxtjs.org/#tailwind-colors))*
- ⚙️  Reference your Tailwind config in your app
Loading