Skip to content

Commit 97b44f8

Browse files
committed
chore: rename master to main and add dev
1 parent 0a5c1ea commit 97b44f8

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ name: ci
33
on:
44
push:
55
branches:
6-
- master
6+
- main
7+
- dev
78
pull_request:
89
branches:
9-
- master
10+
- main
11+
- dev
1012

1113
jobs:
1214
ci:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- ⚡️  PurgeCSS included for minimal CSS ⚡️
2020
- 🪄  Use latest CSS features *([Stage 1](https://cssdb.org/#stage-1))*
2121
- 🎨  Discover your Tailwind Colors *([see video](https://tailwindcss.nuxtjs.org/#tailwind-colors))*
22-
- ⚙️  Reference your Tailwind config in your app
22+
- ⚙️  Reference your Tailwind config in your app
2323
- 📦  Extendable by [Nuxt modules](https://modules.nuxtjs.org/)
2424

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

5656
You can contribute to this module online with CodeSandBox:
5757

58-
[![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)
58+
[![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)
5959

6060
Or locally:
6161

docs/content/en/tailwind-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ category: Guide
3030
}
3131
```
3232

33-
> The file is [available on GitHub](https://github.com/nuxt-community/tailwindcss-module/blob/master/lib/files/tailwind.config.js)
33+
> The file is [available on GitHub](https://github.com/nuxt-community/tailwindcss-module/blob/main/lib/files/tailwind.config.js)
3434
3535
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.
3636

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"extends": [
33
"@nuxtjs"
4+
],
5+
"baseBranches": [
6+
"master",
7+
"dev"
48
]
59
}

0 commit comments

Comments
 (0)