Skip to content

Commit

Permalink
chore: rename master to main and add dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 5, 2021
1 parent 0a5c1ea commit 97b44f8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: ci
on:
push:
branches:
- master
- main
- dev
pull_request:
branches:
- master
- main
- dev

jobs:
ci:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- ⚡️  PurgeCSS included for minimal CSS ⚡️
- 🪄  Use latest CSS features *([Stage 1](https://cssdb.org/#stage-1))*
- 🎨  Discover your Tailwind Colors *([see video](https://tailwindcss.nuxtjs.org/#tailwind-colors))*
- ⚙️  Reference your Tailwind config in your app
- ⚙️  Reference your Tailwind config in your app
- 📦  Extendable by [Nuxt modules](https://modules.nuxtjs.org/)

[📖  Read more](https://tailwindcss.nuxtjs.org)
Expand Down Expand Up @@ -55,7 +55,7 @@ That's it! You can now use Tailwind classes in your Nuxt app ✨

You can contribute to this module online with CodeSandBox:

[![Edit @nuxtjs/tailwindcss](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/nuxt-community/tailwindcss-module/tree/master/?fontsize=14&hidenavigation=1&theme=dark)
[![Edit @nuxtjs/tailwindcss](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/nuxt-community/tailwindcss-module/tree/main/?fontsize=14&hidenavigation=1&theme=dark)

Or locally:

Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/tailwind-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ category: Guide
}
```

> The file is [available on GitHub](https://github.com/nuxt-community/tailwindcss-module/blob/master/lib/files/tailwind.config.js)
> The file is [available on GitHub](https://github.com/nuxt-community/tailwindcss-module/blob/main/lib/files/tailwind.config.js)
You can learn more about the [Tailwind configuration](https://tailwindcss.com/docs/configuration) and the [purge option](https://tailwindcss.com/docs/controlling-file-size/#removing-unused-css) on Tailwind docs.

Expand Down
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"extends": [
"@nuxtjs"
],
"baseBranches": [
"master",
"dev"
]
}

0 comments on commit 97b44f8

Please sign in to comment.