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.2
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.3
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 4, 2020

  1. docs: fix minor typo (#217)

    Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
    azrikahar and atinux authored Dec 4, 2020
    Copy the full SHA
    15e1c43 View commit details
  2. Remove duplicated border-2 class from copy-box (#221)

    boxClasses() already implements a border-2 class by default
    mattycraig authored Dec 4, 2020
    Copy the full SHA
    c84c8be View commit details
  3. chore(release): 3.3.3

    atinux committed Dec 4, 2020
    Copy the full SHA
    9a3ebc2 View commit details
Showing with 11 additions and 8 deletions.
  1. +2 −0 CHANGELOG.md
  2. +7 −6 docs/content/en/setup.md
  3. +1 −1 lib/ui/pages/index.vue
  4. +1 −1 package.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.

### [3.3.3](https://github.com/nuxt-community/tailwindcss-module/compare/v3.3.2...v3.3.3) (2020-12-04)

### [3.3.2](https://github.com/nuxt-community/tailwindcss-module/compare/v3.3.1...v3.3.2) (2020-12-04)


13 changes: 7 additions & 6 deletions docs/content/en/setup.md
Original file line number Diff line number Diff line change
@@ -87,19 +87,20 @@ See the [module options](/options).

Nuxt 2.14 is still using PostCSS 7, we have a [pull request](https://github.com/nuxt/nuxt.js/pull/8346) opened to upgrade the dependencies. Once merged on `v2.15`, we will release a major version of this module to include TailwindCSS 2, see [PR#203](https://github.com/nuxt-community/tailwindcss-module/pull/203).

In the meantime, you can upgrade Tailwind by using the [compatibily build](https://tailwindcss.com/docs/installation#post-css-7-compatibility-build).
In the meantime, you can upgrade Tailwind by using the [compatibility build](https://tailwindcss.com/docs/installation#post-css-7-compatibility-build):

```bash
yarn add --dev tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9
```

Please ensure you are using `Node >= 12.13.0` in order to use the version 2 of TailwindCSS.

<alert type="warning">

We have seen an issue with NPM regarding the packages resolution (see [comment](https://github.com/nuxt-community/tailwindcss-module/issues/202#issuecomment-738442349)), we hightly recommend to use [Yarn V1](https://classic.yarnpkg.com/en/docs/install) when working with Nuxt 2.

</alert>

```bash
yarn add --dev tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9
```

Please ensure you are using `Node >= 12.13.0` in order to use the version 2 of TailwindCSS.

### Tailwind 1

2 changes: 1 addition & 1 deletion lib/ui/pages/index.vue
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
</span>
</div>
<div
class="copy-box border-2 rounded-md bg_white"
class="copy-box rounded-md bg_white"
:class="boxClasses"
>
<span
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/tailwindcss",
"version": "3.3.2",
"version": "3.3.3",
"description": "TailwindCSS module for Nuxt.js",
"license": "MIT",
"contributors": [