You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+13-27Lines changed: 13 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,18 @@
1
-
# Contributing Guide
1
+
# Contributing guide
2
2
3
-
Please be sure to follow the [Tailwind CSS Community Guidelines](https://github.com/tailwindcss/tailwindcss/blob/master/.github/CODE_OF_CONDUCT.md). After your pull request, this list must still be [Awesome](https://github.com/sindresorhus/awesome)-elligible.
3
+
After your pull request, this list must still be [Awesome](https://github.com/sindresorhus/awesome)-elligible.
4
4
5
-
## General Guidelines
5
+
## General guidelines
6
6
7
7
1. The formats and categories described below must be respected.
8
-
2. The added item must be **awesome**. If you have doubts about its awesomess, it probably isn't... sorry.
8
+
2. The added item must be **awesome**. It means, really good and useful. If you have doubts about its awesomess, it probably isn't... sorry.
9
9
-> Only has awesome items. Awesome lists are curations of the best, not everything. _— [Awesome Guidelines](https://github.com/sindresorhus/awesome/blob/master/pull_request_template.md#requirements-for-your-awesome-list)_
10
10
3. Unless specified otherwise below, an item must be added to the bottom of its emoji group.
11
-
4.[`awesome-lint`](https://github.com/sindresorhus/awesome-lint) must be used before creating a pull request.
12
-
5. Your project must not violate the [Tailwind brand usage guidelines](https://tailwindcss.com/brand#usage).
11
+
4. Your project must not violate the [Tailwind brand usage guidelines](https://tailwindcss.com/brand#usage).
13
12
14
-
## Formats, Naming Conventions and Descriptions
13
+
## Formats, naming conventions and descriptions
15
14
16
-
- Every item must have the following format: `[Item Name](link) - Description.`.
15
+
- Every item must have the following format: `[Item name](link) - Description.`.
17
16
- If a category has an emoji that applies to a new item, it must be used.
18
17
- Every name and description must be in English.
19
18
- Every mention to Tailwind CSS must use the exact name `Tailwind CSS`, except for plugin/library/product names.
@@ -35,45 +34,32 @@ Please be sure to follow the [Tailwind CSS Community Guidelines](https://github.
35
34
- ✔ Extends `object-position` utilities.
36
35
- ✖ A plugin that adds variants for dark mode.
37
36
- ✖ Additional variants for touch based media queries.
38
-
- Descriptions must describe the resource, not be a slogan. This rule applies to every resource sub-category except [Demos, Samples & Tutorials](README.md/#demos-samples--tutorials).
37
+
- Descriptions must describe the resource, not be a slogan.
39
38
- ✔ Visual Studio Code IntelliSense extension for Tailwind CSS.
40
39
- ✔ React UI library using Tailwind CSS.
41
40
- ✖ Brings Tailwind CSS into React.
42
-
-[Learning](README.md/#learning) resources' descriptions must be a short but explicit description of the content. It _should_ start with a verb or by "How to" when applicable.
43
-
- ✔ Rebuilding Acquia’s hosting dashboard with Vue.js and Tailwind CSS.
44
-
- ✖ Acquia’s hosting dashboard rebuilt with Vue.js and Tailwind CSS.
45
-
- ✔ How to setup Tailwind CSS in Phoenix 1.4.
46
-
- ✖ Setting up Tailwind CSS in Phoenix 1.4
47
41
48
42
# Categories
49
43
50
-
## Useful Links
44
+
## Useful links
51
45
52
46
This category contains resources that are official _or_ widely known and used in the Tailwind CSS community. If you find something that we forgot to add here, or if you built something a while ago that has become quite popular in the community, feel free to add it. Otherwise, it most likely belongs in the other categories.
53
47
54
-
## IDE Extensions
48
+
## IDE extensions
55
49
56
50
If you made an extension that makes the usage of Tailwind CSS easier, make sure it is properly distributable before adding it to the list. Please use the format `[<extension type/functionality> for <IDE name>](link) - <Extension functionality> for <Full IDE name>` when applicable.
57
51
58
52
## Plugins
59
53
60
-
This category must only contain Tailwind CSS plugins that use the [official plugin architecture](https://tailwindcss.com/docs/plugins/) to extend the framework. New plugins must be added to the bottom of the corresponding category, represented by emojis.
54
+
This category must only contain Tailwind CSS plugins that use the [official plugin architecture](https://tailwindcss.com/docs/adding-custom-styles) to extend the framework. New plugins must be added to the bottom of the corresponding category, represented by emojis.
61
55
62
56
## Tools
63
57
64
58
Tools can be anything that help with setting up or working with Tailwind CSS, or stuff that extend other services to bring Tailwind CSS in them.
65
59
66
-
## UI Libraries, Components & Templates
60
+
## UI libraries, components & templates
67
61
68
-
This category must contain UI libraries made for Tailwind CSS, as well as standalone components that are optimized for distribution. Non-tool-agnostic templates should be added to the **Starters & Themes** category.
69
-
70
-
## Starters & Themes
71
-
72
-
This category contains boilerplates projects, starters projects and tools made for using Tailwind CSS as well as tool themes made for Tailwind CSS.
73
-
74
-
## Learning
75
-
76
-
Anything that is a material that can be used to better understand Tailwind CSS can be added here. Awesome blog posts, code samples, tutorials on any platform are welcome.
62
+
This category must contain UI libraries made for Tailwind CSS, standalone components that are optimized for distribution, and full, standalone templates.
0 commit comments