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

Commit 5709a26

Browse files
authored
Update aim & how to contribute
1 parent 0389f55 commit 5709a26

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat) ![GitHub Repo stars](https://img.shields.io/github/stars/code-collabo/less-css-helper-library) ![GitHub forks](https://img.shields.io/github/forks/code-collabo/less-css-helper-library) ![GitHub issues](https://img.shields.io/github/issues/code-collabo/less-css-helper-library?color=red) ![GitHub pull requests](https://img.shields.io/github/issues-pr/code-collabo/less-css-helper-library?color=goldenrod)
55

66

7-
Helper [less/css library](https://github.com/code-collabo/less-css-helper-library) to be used in css, less and frontend projects, built as close as possible to css itself. Related css key value pairs often used together are stored in classes for ease, reuse and to give quick structuring.
7+
***Vanilla*** [less/css helper library](https://github.com/code-collabo/less-css-helper-library) for css, less and frontend projects. Related (css) key value pairs often used together are stored in css classes for easy use, reuse and to help quickly structure your projects. Styles or classes do not reflect personal preference(s), ***built-in css styles*** are made accessible in the user's projects just by adding a class to an html element.
8+
89

910
## v1.0.0 styles & classes
1011
v1.0.0 contains reset styles & some classes which you can apply on html elements:
@@ -59,7 +60,10 @@ You have total control over what the width of the element (and margin in the cas
5960
At the moment it is maintained by just one person - [@Ifycode](https://github.com/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.
6061

6162
***Please take note of the following:***
62-
* 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.
63+
* Group property-value pairs that are related or are often used together in one class so that it is reusable.
64+
* The styles or classes (names) you propose must give good idea of the property-value pairs stored in it.
65+
* Styles or classes proposed must be usable in any section inside the body of html documents.
66+
* Styles or classes proposed must not reflect personal preference(s). The aim is to make ***built-in css styles*** accessible in the user's projects just by adding a class to an html element.
6367
* Do not make changes directly in the `main` or `develop` branches. See [development environment & git workflow](https://github.com/code-collabo/node-mongo-docs/issues/2) on how to make changes to the code base and submit pull request.
6468

6569
## Technologies

0 commit comments

Comments
 (0)