Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit 244b963

Browse files
authored
Add how to contribute section
1 parent a5a15db commit 244b963

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ From the class names, it's easy to tell what they do. See effect when added to a
5151

5252
You have total control over what the width of the element (and margin in the case of `-auto`) should be. More details & tutorial coming soon on this topic.
5353

54+
## How to contribute
55+
At the moment it is maintained by just one person - @Ifycode. Meaning that more features will be added only when needed. If you like and have started using the library in your projects but doesn't contain what you need (yet), you can help speed up the process by raising it as an issue or send a pull request. Please take note of the following:
56+
* The styles or classes you propose must be as close as possible to css itself, group related property-value pairs, should be reusable, and usable in any section inside the body of html documents.
57+
* Do not make...

0 commit comments

Comments
 (0)